Home
last modified time | relevance | path

Searched refs:detect_memory_region (Results 1 – 4 of 4) sorted by relevance

/arch/mips/include/asm/
Dbootinfo.h110 extern void detect_memory_region(phys_addr_t start, phys_addr_t sz_min, phys_addr_t sz_max);
/arch/mips/ralink/
Dof.c86 detect_memory_region(soc_info.mem_base, in plat_mem_setup()
/arch/mips/ath79/
Dsetup.c224 detect_memory_region(0, ATH79_MEM_SIZE_MIN, ATH79_MEM_SIZE_MAX); in plat_mem_setup()
/arch/mips/kernel/
Dsetup.c89 static void *detect_magic __initdata = detect_memory_region;
136 void __init detect_memory_region(phys_addr_t start, phys_addr_t sz_min, phys_addr_t sz_max) in detect_memory_region() function