Searched refs:L2_TYPE_MASK (Results 1 – 4 of 4) sorted by relevance
121 _Static_assert(L2_TYPE_MASK == ARM_L2_TYPE_MASK, "L2_TYPE_MASK mismatch");
216 #define L2_TYPE_MASK 0x03 /* mask of type bits */ macro
147 #define L2_TYPE_MASK 0x03 macro
869 ptep && ((*ptep & L2_TYPE_MASK) != L2_TYPE_INV)) in pmap_has_valid_mapping()1246 if ((npte & L2_TYPE_MASK) != L2_TYPE_INV) { in pmap_clearbit()1264 npte &= ~L2_TYPE_MASK; in pmap_clearbit()1662 if ((pte & L2_TYPE_MASK) == L2_TYPE_INV) { in pmap_fault_fixup()1683 *ptep = (pte & ~L2_TYPE_MASK) | L2_S_PROTO; in pmap_fault_fixup()2031 if ((ptep[l2idx] & L2_TYPE_MASK) != L2_TYPE_INV) { in pmap_bootstrap()2545 if ((opte & L2_TYPE_MASK) == L2_TYPE_L) in pmap_kremove()3092 (opte & L2_TYPE_MASK) != L2_TYPE_INV) { in pmap_enter_locked()3398 if ((pte & L2_TYPE_MASK) == L2_TYPE_L) in pmap_extract_locked()3466 if ((pte & L2_TYPE_MASK) == L2_TYPE_L) in pmap_extract_and_hold()[all …]