Home
last modified time | relevance | path

Searched refs:MSI_DATA_DELMODE_LOPRI (Results 1 – 2 of 2) sorted by relevance

/hypervisor/include/common/
A Dptdev.h99 #define MSI_DATA_DELMODE_LOPRI 0x1U /* Delivery Mode: Low Priority */ macro
/hypervisor/arch/x86/guest/
A Dassign.c38 (bool)(info->data.bits.delivery_mode == MSI_DATA_DELMODE_LOPRI)); in is_single_destination()
44 || (info->data.bits.delivery_mode == MSI_DATA_DELMODE_LOPRI)) { in is_single_destination()
130 if ((delmode != MSI_DATA_DELMODE_FIXED) && (delmode != MSI_DATA_DELMODE_LOPRI)) { in ptirq_build_physical_msi()
131 delmode = MSI_DATA_DELMODE_LOPRI; in ptirq_build_physical_msi()

Completed in 5 milliseconds