Searched refs:msi_phandle (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/include/hw/arm/ |
H A D | virt.h | 172 uint32_t msi_phandle; member
|
/openbmc/qemu/hw/riscv/ |
H A D | virt.c | 509 uint32_t *intc_phandles, uint32_t msi_phandle, in create_fdt_one_imsic() argument 576 qemu_fdt_setprop_cell(ms->fdt, imsic_name, "phandle", msi_phandle); in create_fdt_one_imsic() 607 uint32_t msi_phandle, in create_fdt_one_aplic() argument 640 qemu_fdt_setprop_cell(ms->fdt, aplic_name, "msi-parent", msi_phandle); in create_fdt_one_aplic()
|
/openbmc/qemu/hw/arm/ |
H A D | virt.c | 536 vms->msi_phandle = qemu_fdt_alloc_phandle(ms->fdt); in fdt_add_its_gic_node() 547 qemu_fdt_setprop_cell(ms->fdt, nodename, "phandle", vms->msi_phandle); in fdt_add_its_gic_node() 558 vms->msi_phandle = qemu_fdt_alloc_phandle(ms->fdt); in fdt_add_v2m_gic_node() 566 qemu_fdt_setprop_cell(ms->fdt, nodename, "phandle", vms->msi_phandle); in fdt_add_v2m_gic_node() 1577 if (vms->msi_phandle) { in create_pcie() 1579 0, vms->msi_phandle, 0, 0x10000); in create_pcie()
|