Searched refs:IOMMU_NEED_FLUSH (Results 1 – 2 of 2) sorted by relevance
20 return ((iommu->flags & IOMMU_NEED_FLUSH) != 0); in need_flush()25 iommu->flags |= IOMMU_NEED_FLUSH; in set_flush()30 iommu->flags &= ~IOMMU_NEED_FLUSH; in clear_flush()
29 #define IOMMU_NEED_FLUSH 0x00000004 macro