Searched refs:IOLARGE_MASK (Results 1 – 2 of 2) sorted by relevance
52 #define IOLARGE_MASK (~(IOLARGE_SIZE - 1)) macro
591 if ((da | pa) & ~IOLARGE_MASK) { in iopte_alloc_large()601 *(iopte + i) = (pa & IOLARGE_MASK) | prot | IOPTE_LARGE; in iopte_alloc_large()702 iopte = iopte_offset(iopgd, (da & IOLARGE_MASK)); in iopgtable_clear_entry_core()