Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iommu/
Domap-iopgtable.h73 #define IOPGD_SECTION (2 << 0) macro
77 #define iopgd_is_section(x) (((x) & (1 << 18 | 3)) == IOPGD_SECTION)
Domap-iommu.c672 *iopgd = (pa & IOSECTION_MASK) | prot | IOPGD_SECTION; in iopgd_alloc_section()