Home
last modified time | relevance | path

Searched refs:msi_phandle (Results 1 – 3 of 3) sorted by relevance

/qemu/include/hw/arm/
H A Dvirt.h167 uint32_t msi_phandle; member
/qemu/hw/riscv/
H A Dvirt.c508 uint32_t *intc_phandles, uint32_t msi_phandle, in create_fdt_one_imsic() argument
568 qemu_fdt_setprop_cell(ms->fdt, imsic_name, "phandle", msi_phandle); in create_fdt_one_imsic()
593 uint32_t msi_phandle, in create_fdt_one_aplic() argument
620 qemu_fdt_setprop_cell(ms->fdt, aplic_name, "msi-parent", msi_phandle); in create_fdt_one_aplic()
/qemu/hw/arm/
H A Dvirt.c518 vms->msi_phandle = qemu_fdt_alloc_phandle(ms->fdt); in fdt_add_its_gic_node()
529 qemu_fdt_setprop_cell(ms->fdt, nodename, "phandle", vms->msi_phandle); in fdt_add_its_gic_node()
540 vms->msi_phandle = qemu_fdt_alloc_phandle(ms->fdt); in fdt_add_v2m_gic_node()
548 qemu_fdt_setprop_cell(ms->fdt, nodename, "phandle", vms->msi_phandle); in fdt_add_v2m_gic_node()
1548 if (vms->msi_phandle) { in create_pcie()
1550 0, vms->msi_phandle, 0, 0x10000); in create_pcie()