Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Damd_iommu_types.h96 #define EVENT_FLAGS_MASK 0xfff macro
/linux-2.6.39/arch/x86/kernel/
Damd_iommu.c292 int flags = (event[1] >> EVENT_FLAGS_SHIFT) & EVENT_FLAGS_MASK; in iommu_print_event()