Home
last modified time | relevance | path

Searched refs:dest_mode (Results 1 – 8 of 8) sorted by relevance

/hypervisor/arch/x86/guest/
A Dassign.c37 (bool)(info->addr.bits.dest_mode == MSI_ADDR_DESTMODE_PHYS), in is_single_destination()
123 phys = (entry->vmsi.addr.bits.dest_mode == MSI_ADDR_DESTMODE_PHYS); in ptirq_build_physical_msi()
141 irte.bits.remap.dest_mode = MSI_ADDR_DESTMODE_LOGICAL; in ptirq_build_physical_msi()
180 entry->pmsi.addr.bits.dest_mode = MSI_ADDR_DESTMODE_LOGICAL; in ptirq_build_physical_msi()
222 phys = (virt_rte.bits.dest_mode == IOAPIC_RTE_DESTMODE_PHY); in ptirq_build_physical_rte()
257 irte.bits.remap.dest_mode = IOAPIC_RTE_DESTMODE_LOGICAL; in ptirq_build_physical_rte()
278 rte.bits.dest_mode = IOAPIC_RTE_DESTMODE_LOGICAL; in ptirq_build_physical_rte()
A Dvlapic.c1866 phys = (address.bits.dest_mode == MSI_ADDR_DESTMODE_PHYS); in inject_msi_for_non_lapic_pt()
1907 phys = (vmsi_addr.bits.dest_mode == MSI_ADDR_DESTMODE_PHYS); in inject_msi_for_lapic_pt()
/hypervisor/include/common/
A Dptdev.h75 uint32_t dest_mode:1; member
/hypervisor/arch/x86/
A Dioapic.c202 rte.bits.dest_mode = DEFAULT_DEST_MODE; in create_rte_for_legacy_irq()
228 rte.bits.dest_mode = DEFAULT_DEST_MODE; in create_rte_for_gsi_irq()
/hypervisor/include/arch/x86/asm/
A Dapicreg.h202 uint64_t dest_mode:1; member
A Dvtd.h521 uint64_t dest_mode:1; member
/hypervisor/dm/
A Dvioapic.c67 phys = (rte.bits.dest_mode == IOAPIC_RTE_DESTMODE_PHY); in vioapic_generate_intr()
/hypervisor/debug/
A Dshell.c1360 phys = (rte.bits.dest_mode == IOAPIC_RTE_DESTMODE_PHY); in get_vioapic_info()
1449 (rte.bits.dest_mode == IOAPIC_RTE_DESTMODE_LOGICAL)? "logic" : "phys", in get_ioapic_info()

Completed in 22 milliseconds