Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Domap-iopgtable.h77 #define IOPGD_SUPER (BIT(18) | IOPGD_SECTION) macro
81 #define iopgd_is_super(x) (((x) & (1 << 18 | 3)) == IOPGD_SUPER)
H A Domap-iommu.c573 *(iopgd + i) = (pa & IOSUPER_MASK) | prot | IOPGD_SUPER; in iopgd_alloc_super()
739 if ((*iopgd & IOPGD_SUPER) == IOPGD_SUPER) { in iopgtable_clear_entry_core()