Select the types of activity you want to include in your feed.
1#include <linux/intel-iommu.h> 2 3struct ioapic_scope { 4 struct intel_iommu *iommu; 5 unsigned int id; 6}; 7 8#define IR_X2APIC_MODE(mode) (mode ? (1 << 11) : 0)