Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Domap-iopgtable.h78 #define IOPGD_SECTION (2) macro
79 #define IOPGD_SUPER (BIT(18) | IOPGD_SECTION)
82 #define iopgd_is_section(x) (((x) & (1 << 18 | 3)) == IOPGD_SECTION)
Domap-iommu.c546 *iopgd = (pa & IOSECTION_MASK) | prot | IOPGD_SECTION; in iopgd_alloc_section()