Home
last modified time | relevance | path

Searched refs:load_device_tree (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/hw/ppc/
H A Dvirtex_ml507.c140 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 Dppc440_bamboo.c71 fdt = load_device_tree(filename, &fdt_size); in bamboo_load_device_tree()
H A Dsam460ex.c150 fdt = load_device_tree(filename, &fdt_size); in sam460ex_load_device_tree()
H A De500.c418 fdt = load_device_tree(filename, &fdt_size); in ppce500_load_device_tree()
H A Dpnv.c1028 machine->fdt = load_device_tree(machine->dtb, &fdt_size); in pnv_init()
/openbmc/qemu/include/sysemu/
H A Ddevice_tree.h18 void *load_device_tree(const char *filename_path, int *sizep);
/openbmc/qemu/hw/rx/
H A Drx-gdbsim.c135 g_autofree void *dtb = load_device_tree(dtb_filename, &dtb_size); in rx_gdbsim_init()
/openbmc/qemu/hw/microblaze/
H A Dboot.c82 fdt = load_device_tree(dtb_filename, &fdt_size); in microblaze_load_dtb()
/openbmc/qemu/hw/core/
H A Dloader-fit.c273 itb = load_device_tree(filename, &itb_size); in load_fit()
/openbmc/qemu/system/
H A Ddevice_tree.c78 void *load_device_tree(const char *filename_path, int *sizep) in load_device_tree() function
/openbmc/qemu/hw/xtensa/
H A Dxtfpga.c361 void *fdt = load_device_tree(dtb_filename, &fdt_size); in xtfpga_init()
/openbmc/qemu/hw/riscv/
H A Dmicrochip_pfsoc.c598 machine->fdt = load_device_tree(machine->dtb, &fdt_size); in type_init()
H A Dsifive_u.c553 machine->fdt = load_device_tree(machine->dtb, &s->fdt_size); in sifive_u_machine_init()
H A Dvirt.c1644 machine->fdt = load_device_tree(machine->dtb, &s->fdt_size); in virt_machine_init()
/openbmc/qemu/hw/mips/
H A Dboston.c806 dtb_file_data = load_device_tree(machine->dtb, &dt_size); in boston_mach_init()
/openbmc/qemu/hw/arm/
H A Dboot.c533 fdt = load_device_tree(filename, &size); in arm_load_dtb()