Home
last modified time | relevance | path

Searched refs:PASID_PDE_SHIFT (Results 1 – 3 of 3) 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 Dpasid.c61 size = max_pasid >> (PASID_PDE_SHIFT - 3); in intel_pasid_alloc_table()
97 max_pde = pasid_table->max_pasid >> PASID_PDE_SHIFT; in intel_pasid_free_table()
143 dir_index = pasid >> PASID_PDE_SHIFT; in intel_pasid_get_entry()
967 max_pde = table->max_pasid >> PASID_PDE_SHIFT; in context_get_sm_pds()
H A Diommu.c638 dir_index = pasid >> PASID_PDE_SHIFT; in dmar_fault_dump_ptes()