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