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

/netbsd-current/sys/arch/arm/include/arm32/
H A Dpte.h205 #define L2_TYPE_INV 0x00 /* Invalid (fault) */ macro
H A Dpmap.h568 #define l2pte_valid_p(pte) (((pte) & L2_TYPE_MASK) != L2_TYPE_INV)
/netbsd-current/sys/arch/arm/arm32/
H A Dpmap.c2520 npte |= L2_TYPE_INV;
3237 npte |= L2_TYPE_INV;
4582 } else if ((opte & L2_TYPE_MASK) == L2_TYPE_INV) {
6451 if ((ptep[l2idx] & L2_TYPE_MASK) != L2_TYPE_INV) {

Completed in 267 milliseconds