_PAGE_PRESENT_INVALID
return !!(pmd_val(pmd) & (_PAGE_PRESENT | _PAGE_PROTNONE | _PAGE_PRESENT_INVALID));
pmd_val(pmd) |= _PAGE_PRESENT_INVALID;