Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Domap-iopgtable.h76 #define IOPGD_SECTION (2) macro
77 #define IOPGD_SUPER (BIT(18) | IOPGD_SECTION)
80 #define iopgd_is_section(x) (((x) & (1 << 18 | 3)) == IOPGD_SECTION)
H A Domap-iommu.c555 *iopgd = (pa & IOSECTION_MASK) | prot | IOPGD_SECTION; in iopgd_alloc_section()