_PAGE_SPS
return __pte(pte_val(entry) | _PAGE_SPS);
return __pte(pte_val(entry) | _PAGE_SPS | _PAGE_HUGE);
return __pte(pte_val(pte) | _PAGE_SPS | _PAGE_HUGE);
if (val & _PAGE_SPS)
#define _PAGE_BASE_NC (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_SPS)
.mask = _PAGE_SPS,
.val = _PAGE_SPS,