Home
last modified time | relevance | path

Searched refs:L2_TYPE_MASK (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/lib/libkvm/
H A Dkvm_arm.h121 _Static_assert(L2_TYPE_MASK == ARM_L2_TYPE_MASK, "L2_TYPE_MASK mismatch");
/freebsd-12.1/sys/arm/include/
H A Dpte-v4.h216 #define L2_TYPE_MASK 0x03 /* mask of type bits */ macro
H A Dpte-v6.h147 #define L2_TYPE_MASK 0x03 macro
/freebsd-12.1/sys/arm/arm/
H A Dpmap-v4.c869 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 …]