repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/nouveau: fix i2ctable bounds checking
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
drivers
/
pci
/
intr_remapping.h
blob
63a263c18415f8d2f61ce13c6b1918d95c65d19a
1
#include <linux/intel-iommu.h>
2
3
struct
ioapic_scope
{
4
struct
intel_iommu
*
iommu
;
5
unsigned int
id
;
6
unsigned int
bus
;
/* PCI bus number */
7
unsigned int
devfn
;
/* PCI devfn number */
8
};
9
10
#define IR_X2APIC_MODE(mode) (mode ? (1 << 11) : 0)