Home
last modified time | relevance | path

Searched refs:context_pdts (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/iommu/intel/
H A Dpasid.c988 context->lo = (u64)virt_to_phys(table->table) | context_pdts(pds); in context_entry_set_pasid_table()
H A Diommu.h1192 #define context_pdts(pds) (((pds) & 0x7) << 9) macro