Home
last modified time | relevance | path

Searched refs:of_fdt_limit_memory (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dof_fdt.h41 extern void of_fdt_limit_memory(int limit);
/linux/arch/arm/mach-exynos/
H A Dexynos.c213 of_fdt_limit_memory(8); in exynos_dt_fixup()
/linux/drivers/of/
H A Dfdt.c43 * of_fdt_limit_memory - limit the number of regions in the /memory node
50 void __init of_fdt_limit_memory(int limit) in of_fdt_limit_memory() function