Home
last modified time | relevance | path

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

/linux/drivers/iommu/intel/
H A Dpasid.h18 #define PASID_PDE_SHIFT 6 macro
20 #define PASID_TBL_ENTRIES BIT(PASID_PDE_SHIFT)
H A Diommu.c638 dir_index = pasid >> PASID_PDE_SHIFT; in dmar_fault_dump_ptes()