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.c161 fdt = load_device_tree(dtb_filename, &fdt_size); in xilinx_load_device_tree()
168 fdt = load_device_tree("ppc.dtb", &fdt_size); in xilinx_load_device_tree()
172 fdt = load_device_tree(path, &fdt_size); in xilinx_load_device_tree()
H A Dppc440_bamboo.c69 fdt = load_device_tree(filename, &fdt_size); in bamboo_load_device_tree()
H A Dsam460ex.c147 fdt = load_device_tree(filename, &fdt_size); in sam460ex_load_device_tree()
H A De500.c416 fdt = load_device_tree(filename, &fdt_size); in ppce500_load_device_tree()
/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.c134 g_autofree void *dtb = load_device_tree(dtb_filename, &dtb_size); in rx_gdbsim_init()
/openbmc/qemu/hw/nios2/
H A Dboot.c93 fdt = load_device_tree(dtb_filename, &fdt_size); in nios2_load_dtb()
/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.c271 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.c363 void *fdt = load_device_tree(dtb_filename, &fdt_size); in xtfpga_init()
/openbmc/qemu/hw/riscv/
H A Dmicrochip_pfsoc.c608 machine->fdt = load_device_tree(machine->dtb, &fdt_size); in type_init()
H A Dsifive_u.c557 machine->fdt = load_device_tree(machine->dtb, &s->fdt_size); in sifive_u_machine_init()
H A Dvirt.c1548 machine->fdt = load_device_tree(machine->dtb, &s->fdt_size); in virt_machine_init()
/openbmc/qemu/hw/mips/
H A Dboston.c804 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()