Searched refs:load_device_tree (Results 1 – 16 of 16) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | virtex_ml507.c | 140 fdt = load_device_tree(dtb_filename, &fdt_size); in xilinx_load_device_tree() 147 fdt = load_device_tree("ppc.dtb", &fdt_size); in xilinx_load_device_tree() 151 fdt = load_device_tree(path, &fdt_size); in xilinx_load_device_tree()
|
H A D | ppc440_bamboo.c | 71 fdt = load_device_tree(filename, &fdt_size); in bamboo_load_device_tree()
|
H A D | sam460ex.c | 150 fdt = load_device_tree(filename, &fdt_size); in sam460ex_load_device_tree()
|
H A D | e500.c | 418 fdt = load_device_tree(filename, &fdt_size); in ppce500_load_device_tree()
|
H A D | pnv.c | 1028 machine->fdt = load_device_tree(machine->dtb, &fdt_size); in pnv_init()
|
/openbmc/qemu/include/sysemu/ |
H A D | device_tree.h | 18 void *load_device_tree(const char *filename_path, int *sizep);
|
/openbmc/qemu/hw/rx/ |
H A D | rx-gdbsim.c | 135 g_autofree void *dtb = load_device_tree(dtb_filename, &dtb_size); in rx_gdbsim_init()
|
/openbmc/qemu/hw/microblaze/ |
H A D | boot.c | 82 fdt = load_device_tree(dtb_filename, &fdt_size); in microblaze_load_dtb()
|
/openbmc/qemu/hw/core/ |
H A D | loader-fit.c | 273 itb = load_device_tree(filename, &itb_size); in load_fit()
|
/openbmc/qemu/system/ |
H A D | device_tree.c | 78 void *load_device_tree(const char *filename_path, int *sizep) in load_device_tree() function
|
/openbmc/qemu/hw/xtensa/ |
H A D | xtfpga.c | 361 void *fdt = load_device_tree(dtb_filename, &fdt_size); in xtfpga_init()
|
/openbmc/qemu/hw/riscv/ |
H A D | microchip_pfsoc.c | 598 machine->fdt = load_device_tree(machine->dtb, &fdt_size); in type_init()
|
H A D | sifive_u.c | 553 machine->fdt = load_device_tree(machine->dtb, &s->fdt_size); in sifive_u_machine_init()
|
H A D | virt.c | 1644 machine->fdt = load_device_tree(machine->dtb, &s->fdt_size); in virt_machine_init()
|
/openbmc/qemu/hw/mips/ |
H A D | boston.c | 806 dtb_file_data = load_device_tree(machine->dtb, &dt_size); in boston_mach_init()
|
/openbmc/qemu/hw/arm/ |
H A D | boot.c | 533 fdt = load_device_tree(filename, &size); in arm_load_dtb()
|