Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Domap-iopgtable.h74 #define IOPGD_SUPER (1 << 18 | 2 << 0) macro
78 #define iopgd_is_super(x) (((x) & (1 << 18 | 3)) == IOPGD_SUPER)
Domap-iommu.c689 *(iopgd + i) = (pa & IOSUPER_MASK) | prot | IOPGD_SUPER; in iopgd_alloc_super()
845 if ((*iopgd & IOPGD_SUPER) == IOPGD_SUPER) { in iopgtable_clear_entry_core()