Searched refs:IOPTE_LARGE (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/iommu/
H A Domap-iopgtable.h81 #define IOPTE_LARGE (1 << 0) macro
84 #define iopte_is_large(x) (((x) & 3) == IOPTE_LARGE)
H A Domap-iommu.c727 *(iopte + i) = (pa & IOLARGE_MASK) | prot | IOPTE_LARGE; iopte_alloc_large()
824 if (*iopte & IOPTE_LARGE) { iopgtable_clear_entry_core()

Completed in 138 milliseconds