Sign in
android-kvm
/
linux
/
85cdaf524b7ddab627e7d15405693f2511ef7505
/
.
/
drivers
/
pci
/
intr_remapping.h
blob: 05f2635bbe4e501caa8f59953003ba2f6b9e4610 [
file
] [
log
] [
blame
]
#include
"intel-iommu.h"
struct
ioapic_scope
{
struct
intel_iommu
*
iommu
;
unsigned
int
id
;
};
#define
IR_X2APIC_MODE
(
mode
)
(
mode
?
(
1
<<
11
)
:
0
)