Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/evbarm/fdt/
H A Dfdt_machdep.c243 fdt_memory_foreach(fdt_add_dram_blocks, bc); in fdt_build_bootconfig()
344 fdt_memory_foreach(fdt_print_memory, NULL); in initarm()
384 fdt_memory_foreach(fdt_add_boot_physmem, &memory_size); in initarm()
/netbsd-src/sys/dev/fdt/
H A Dfdt_memory.h52 void fdt_memory_foreach(void (*)(const struct fdt_memory *, void *), void *);
H A Dfdt_memory.c274 fdt_memory_foreach(void (*fn)(const struct fdt_memory *, void *), void *arg) in fdt_memory_foreach() function
/netbsd-src/sys/arch/riscv/riscv/
H A Driscv_machdep.c757 fdt_memory_foreach(riscv_print_memory, NULL); in init_riscv()
888 fdt_memory_foreach(riscv_add_memory, NULL); in init_riscv()