Home
last modified time | relevance | path

Searched refs:VTD_PAGE_SIZE (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/iommu/intel/
H A Dnested.c117 if (!IS_ALIGNED(inv_entry.addr, VTD_PAGE_SIZE) || in intel_nested_cache_invalidate_user()
H A Diommu.h35 #define VTD_PAGE_SIZE (1UL << VTD_PAGE_SHIFT) macro
37 #define VTD_PAGE_ALIGN(addr) (((addr) + VTD_PAGE_SIZE - 1) & VTD_PAGE_MASK)
1132 if (!IS_ALIGNED(addr, VTD_PAGE_SIZE << size_order)) in qi_desc_dev_iotlb_pasid()
H A Dcache.c290 return ALIGN_DOWN(start, VTD_PAGE_SIZE << mask); in calculate_psi_aligned_address()
H A Ddmar.c894 addr = ioremap(drhd->address, VTD_PAGE_SIZE); in dmar_validate_one_drhd()
896 addr = early_ioremap(drhd->address, VTD_PAGE_SIZE); in dmar_validate_one_drhd()
908 early_iounmap(addr, VTD_PAGE_SIZE); in dmar_validate_one_drhd()
H A Diommu.c34 #define ROOT_SIZE VTD_PAGE_SIZE
35 #define CONTEXT_SIZE VTD_PAGE_SIZE
63 #define ROOT_ENTRY_NR (VTD_PAGE_SIZE/sizeof(struct root_entry))
1464 VTD_PAGE_SIZE); in copy_context_table()
1517 __iommu_flush_cache(iommu, new_ce, VTD_PAGE_SIZE); in copy_context_table()
H A Dpasid.c157 clflush_cache_range(entries, VTD_PAGE_SIZE); in intel_pasid_get_entry()