Home
last modified time | relevance | path

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

/openbmc/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.c117 size = max_pasid >> (PASID_PDE_SHIFT - 3); in intel_pasid_alloc_table()
154 max_pde = pasid_table->max_pasid >> PASID_PDE_SHIFT; in intel_pasid_free_table()
200 dir_index = pasid >> PASID_PDE_SHIFT; in intel_pasid_get_entry()
H A Ddebugfs.c194 tbl_wlk->pasid = (dir_idx << PASID_PDE_SHIFT) + tbl_idx; in pasid_tbl_walk()
H A Diommu.c894 dir_index = pasid >> PASID_PDE_SHIFT; in dmar_fault_dump_ptes()
1898 max_pde = table->max_pasid >> PASID_PDE_SHIFT; in context_get_sm_pds()