Home
last modified time | relevance | path

Searched refs:PASID_PTE_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/iommu/intel/
H A Dpasid.h14 #define PASID_PTE_MASK 0x3F macro
H A Dpasid.c201 index = pasid & PASID_PTE_MASK; in intel_pasid_get_entry()
H A Diommu.c904 index = pasid & PASID_PTE_MASK; in dmar_fault_dump_ptes()