Searched refs:IOPGD_SECTION (Results 1 – 2 of 2) sorted by relevance
76 #define IOPGD_SECTION (2) macro77 #define IOPGD_SUPER (BIT(18) | IOPGD_SECTION)80 #define iopgd_is_section(x) (((x) & (1 << 18 | 3)) == IOPGD_SECTION)
556 *iopgd = (pa & IOSECTION_MASK) | prot | IOPGD_SECTION; in iopgd_alloc_section()