Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dbootinfo.h96 extern void detect_memory_region(phys_addr_t start, phys_addr_t sz_min, phys_addr_t sz_max);
/openbmc/linux/arch/mips/ralink/
H A Dof.c108 detect_memory_region(soc_info.mem_base, in plat_mem_setup()
/openbmc/linux/arch/mips/ath79/
H A Dsetup.c232 detect_memory_region(0, ATH79_MEM_SIZE_MIN, ATH79_MEM_SIZE_MAX); in plat_mem_setup()
/openbmc/linux/arch/mips/kernel/
H A Dsetup.c93 static void *detect_magic __initdata = detect_memory_region;
100 void __init detect_memory_region(phys_addr_t start, phys_addr_t sz_min, phys_addr_t sz_max) in detect_memory_region() function