Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.32 10 lines 240 B view raw
1#include <linux/intel-iommu.h> 2 3struct 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)