Searched refs:fdt_memory_foreach (Results 1 – 4 of 4) sorted by relevance
243 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()
52 void fdt_memory_foreach(void (*)(const struct fdt_memory *, void *), void *);
274 fdt_memory_foreach(void (*fn)(const struct fdt_memory *, void *), void *arg) in fdt_memory_foreach() function
757 fdt_memory_foreach(riscv_print_memory, NULL); in init_riscv() 888 fdt_memory_foreach(riscv_add_memory, NULL); in init_riscv()