Searched refs:L2_TYPE_INV (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/lib/libkvm/
H A Dkvm_arm.h114 _Static_assert(L2_TYPE_INV == ARM_L2_TYPE_INV, "L2_TYPE_INV mismatch");
/freebsd-12-stable/sys/arm/include/
H A Dpte-v4.h212 #define L2_TYPE_INV 0x00 /* Invalid (fault) */ macro
H A Dpte-v6.h144 #define L2_TYPE_INV 0x00 /* Invalid (fault) */ macro
/freebsd-12-stable/sys/arm/arm/
H A Dpmap-v4.c869 ptep && ((*ptep & L2_TYPE_MASK) != L2_TYPE_INV))
1246 if ((npte & L2_TYPE_MASK) != L2_TYPE_INV) {
1265 npte |= L2_TYPE_INV;
1662 if ((pte & L2_TYPE_MASK) == L2_TYPE_INV) {
2031 if ((ptep[l2idx] & L2_TYPE_MASK) != L2_TYPE_INV) {
3065 npte |= L2_TYPE_INV;
3092 (opte & L2_TYPE_MASK) != L2_TYPE_INV) {

Completed in 114 milliseconds