Searched refs:PASID_PDE_SHIFT (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/iommu/intel/
H A Diommu.c815 dir_index = pasid >> PASID_PDE_SHIFT;
H A Dpasid.h18 #define PASID_PDE_SHIFT 6 macro
20 #define PASID_TBL_ENTRIES BIT(PASID_PDE_SHIFT)
H A Dpasid.c60 size = max_pasid >> (PASID_PDE_SHIFT - 3);
97 max_pde = pasid_table->max_pasid >> PASID_PDE_SHIFT;
143 dir_index = pasid >> PASID_PDE_SHIFT;
747 max_pde = table->max_pasid >> PASID_PDE_SHIFT;
H A Ddebugfs.c193 tbl_wlk->pasid = (dir_idx << PASID_PDE_SHIFT) + tbl_idx;
404 dir_idx = pasid >> PASID_PDE_SHIFT;

Completed in 151 milliseconds