L2_TYPE_INV
npte |= L2_TYPE_INV;
npte |= L2_TYPE_INV;
} else if ((opte & L2_TYPE_MASK) == L2_TYPE_INV) {
if ((ptep[l2idx] & L2_TYPE_MASK) != L2_TYPE_INV) {
#define l2pte_valid_p(pte) (((pte) & L2_TYPE_MASK) != L2_TYPE_INV)