Lines Matching +full:mips +full:- +full:cdmm

27 #include <linux/dma-map-ops.h>
37 #include <asm/cdmm.h>
42 #include <asm/smp-ops.h>
79 unsigned long mips_io_port_base = -1;
167 * 64-bits values if the kernel has been built in pure in init_initrd()
168 * 32-bit. We need also to switch from KSEG0 to XKPHYS in init_initrd()
214 unsigned long size = initrd_end - initrd_start; in finalize_initrd()
234 printk(KERN_CONT " - disabling initrd\n"); in finalize_initrd()
275 * for bootmem setup initially, rely on the end-of-kernel-code in bootmem_init()
283 __pa_symbol(&_end) - __pa_symbol(&_text)); in bootmem_init()
294 memblock_reserve(PHYS_OFFSET, ramstart - PHYS_OFFSET); in bootmem_init()
298 (unsigned long)((PFN_UP(ramstart) - ARCH_PFN_OFFSET) * sizeof(struct page)), in bootmem_init()
299 (unsigned long)(PFN_UP(ramstart) - ARCH_PFN_OFFSET)); in bootmem_init()
355 memblock_end_of_DRAM() - memblock_start_of_DRAM()); in early_parse_mem()
374 return -EINVAL; in early_parse_memmap()
377 pr_err("\"memmap=exactmap\" invalid on MIPS\n"); in early_parse_memmap()
384 return -EINVAL; in early_parse_memmap()
390 pr_err("\"memmap=nn#ss\" (force ACPI data) invalid on MIPS\n"); in early_parse_memmap()
391 return -EINVAL; in early_parse_memmap()
398 return -EINVAL; in early_parse_memmap()
405 return -EINVAL; in early_parse_memmap()
423 elfcorehdr_size = end - elfcorehdr_addr; in mips_reserve_vmcore()
459 pr_warn("crashkernel reservation failed - No suitable area found.\n"); in mips_parse_crashkernel()
475 crashk_res.end = crash_base + crash_size - 1; in mips_parse_crashkernel()
504 phys_addr_t size = __pa_symbol(&_end) - start; in check_kernel_sections_mem()
553 * trivial - we simply use the built-in command line unconditionally & in bootcmdline_init()
562 * If the user specified a built-in command line & in bootcmdline_init()
563 * MIPS_CMDLINE_BUILTIN_EXTEND, then the built-in command line is in bootcmdline_init()
594 * If the user specified a built-in command line & we didn't already in bootcmdline_init()
603 * arch_mem_init - initialize memory management subsystem
637 pr_info("User-defined physical RAM map overwrite\n"); in arch_mem_init()
667 * make sparse_init() using top-down allocation. in arch_mem_init()
679 __pa_symbol(&__nosave_end) - __pa_symbol(&__nosave_begin)); in arch_mem_init()
693 code_resource.end = __pa_symbol(&_etext) - 1; in resource_init()
695 data_resource.end = __pa_symbol(&_edata) - 1; in resource_init()
697 bss_resource.end = __pa_symbol(&__bss_stop) - 1; in resource_init()
707 res->start = start; in resource_init()
713 res->end = end - 1; in resource_init()
714 res->flags = IORESOURCE_SYSTEM_RAM | IORESOURCE_BUSY; in resource_init()
715 res->name = "System RAM"; in resource_init()
789 mips_debugfs_dir = debugfs_create_dir("mips", NULL); in debugfs_mips()