Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iommu/intel/
Dpasid.h20 #define PASID_PDE_SHIFT 6 macro
22 #define PASID_TBL_ENTRIES BIT(PASID_PDE_SHIFT)
Dpasid.c174 size = max_pasid >> (PASID_PDE_SHIFT - 3); in intel_pasid_alloc_table()
213 max_pde = pasid_table->max_pasid >> PASID_PDE_SHIFT; in intel_pasid_free_table()
259 dir_index = pasid >> PASID_PDE_SHIFT; in intel_pasid_get_entry()
Ddebugfs.c190 tbl_wlk->pasid = (dir_idx << PASID_PDE_SHIFT) + tbl_idx; in pasid_tbl_walk()
Diommu.c2030 max_pde = table->max_pasid >> PASID_PDE_SHIFT; in context_get_sm_pds()