Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Domap-iopgtable.h84 #define IOPTE_LARGE (1) macro
87 #define iopte_is_large(x) (((x) & 3) == IOPTE_LARGE)
H A Domap-iommu.c615 *(iopte + i) = (pa & IOLARGE_MASK) | prot | IOPTE_LARGE; in iopte_alloc_large()
717 if (*iopte & IOPTE_LARGE) { in iopgtable_clear_entry_core()