PASID_PDE_SHIFT   189 drivers/iommu/intel-iommu-debugfs.c 			tbl_wlk->pasid = (dir_idx << PASID_PDE_SHIFT) + tbl_idx;
PASID_PDE_SHIFT  1932 drivers/iommu/intel-iommu.c 	max_pde = table->max_pasid >> PASID_PDE_SHIFT;
PASID_PDE_SHIFT   153 drivers/iommu/intel-pasid.c 	size = max_pasid >> (PASID_PDE_SHIFT - 3);
PASID_PDE_SHIFT   192 drivers/iommu/intel-pasid.c 	max_pde = pasid_table->max_pasid >> PASID_PDE_SHIFT;
PASID_PDE_SHIFT   239 drivers/iommu/intel-pasid.c 	dir_index = pasid >> PASID_PDE_SHIFT;
PASID_PDE_SHIFT    21 drivers/iommu/intel-pasid.h #define PASID_TBL_ENTRIES		BIT(PASID_PDE_SHIFT)