_PAGE_NAPOT
return pte_val(pte) & _PAGE_NAPOT;
return __pte((pte_val(pte) & napot_mask) | napot_bit | _PAGE_NAPOT);
.mask = _PAGE_NAPOT,