Home
last modified time | relevance | path

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

/linux/drivers/iommu/intel/
H A Diommu.c819 if (DMA_TLB_IAIG(val) == 0) in __iommu_flush_iotlb()
821 if (DMA_TLB_IAIG(val) != DMA_TLB_IIRG(type)) in __iommu_flush_iotlb()
824 (unsigned long long)DMA_TLB_IAIG(val)); in __iommu_flush_iotlb()
H A Diommu.h250 #define DMA_TLB_IAIG(val) (((val) >> 57) & 3) macro