Searched refs:qemu_fdt_setprop_string_array (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/core/ |
H A D | guest-loader.c | 60 if (qemu_fdt_setprop_string_array(fdt, node, "compatible", in loader_insert_platform_data() 73 if (qemu_fdt_setprop_string_array(fdt, node, "compatible", in loader_insert_platform_data()
|
/openbmc/qemu/include/sysemu/ |
H A D | device_tree.h | 87 int qemu_fdt_setprop_string_array(void *fdt, const char *node_path,
|
/openbmc/qemu/hw/riscv/ |
H A D | sifive_u.c | 212 qemu_fdt_setprop_string_array(fdt, nodename, "compatible", in create_fdt() 270 qemu_fdt_setprop_string_array(fdt, nodename, "compatible", in create_fdt() 418 qemu_fdt_setprop_string_array(fdt, nodename, "clock-names", in create_fdt()
|
H A D | virt.c | 334 qemu_fdt_setprop_string_array(ms->fdt, clint_name, "compatible", in create_fdt_socket_clint() 450 qemu_fdt_setprop_string_array(ms->fdt, plic_name, "compatible", in create_fdt_socket_plic() 548 qemu_fdt_setprop_string_array(ms->fdt, imsic_name, "compatible", in create_fdt_one_imsic() 627 qemu_fdt_setprop_string_array(ms->fdt, aplic_name, "compatible", in create_fdt_one_aplic() 908 qemu_fdt_setprop_string_array(ms->fdt, name, "compatible", in create_fdt_reset()
|
H A D | spike.c | 162 qemu_fdt_setprop_string_array(fdt, clint_name, "compatible", in create_fdt()
|
/openbmc/qemu/system/ |
H A D | device_tree.c | 411 int qemu_fdt_setprop_string_array(void *fdt, const char *node_path, in qemu_fdt_setprop_string_array() function
|
/openbmc/qemu/hw/mips/ |
H A D | boston.c | 614 qemu_fdt_setprop_string_array(fdt, platreg_name, "compatible", in create_fdt()
|
/openbmc/qemu/target/riscv/ |
H A D | cpu.c | 2875 qemu_fdt_setprop_string_array(fdt, nodename, "riscv,isa-extensions", in riscv_isa_write_fdt()
|