Home
last modified time | relevance | path

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

/linux/drivers/iommu/intel/
H A Diommu.h37 #define VTD_PAGE_ALIGN(addr) (((addr) + VTD_PAGE_SIZE - 1) & VTD_PAGE_MASK) macro
H A Ddmar.c997 map_size = VTD_PAGE_ALIGN(map_size); in map_iommu()