Searched refs:INVALID_DFN (Results 1 – 4 of 4) sorted by relevance
34 #define INVALID_DFN _dfn(~0ULL) macro
382 ASSERT(page_count && !dfn_eq(dfn, INVALID_DFN)); in amd_iommu_flush_iotlb_pages()
396 if ( dfn_eq(dfn, INVALID_DFN) ) in iommu_iotlb_flush()
608 dfn_eq(dfn, INVALID_DFN) || !IS_ALIGNED(dfn_x(dfn), page_count) ) in iommu_flush_iotlb()633 ASSERT(page_count && !dfn_eq(dfn, INVALID_DFN)); in iommu_flush_iotlb_pages()642 return iommu_flush_iotlb(d, INVALID_DFN, 0, 0); in iommu_flush_iotlb_all()
Completed in 10 milliseconds