Searched refs:_PAGE_PROT_NONE (Results 1 – 4 of 4) sorted by relevance
159 #define PAGE_NONE __pgprot(_PAGE_PROT_NONE | _PAGE_READ)205 return (pmd_val(pmd) & (_PAGE_PRESENT | _PAGE_PROT_NONE | _PAGE_LEAF)); in pmd_present()210 return (pmd_val(pmd) & (_PAGE_PRESENT | _PAGE_PROT_NONE)); in pmd_present()339 return (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROT_NONE)); in pte_present()348 if ((pte_val(a) & _PAGE_PROT_NONE) && in pte_accessible()533 return (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROT_NONE)) == _PAGE_PROT_NONE; in pte_protnone()765 return __pmd(pmd_val(pmd) & ~(_PAGE_PRESENT|_PAGE_PROT_NONE)); in pmd_mkinvalid()1142 return __pud(pud_val(pud) & ~(_PAGE_PRESENT | _PAGE_PROT_NONE)); in pud_mkinvalid()
65 #define _PAGE_PROT_NONE _PAGE_GLOBAL macro
29 #define _PAGE_PROT_NONE _PAGE_WRITE macro
29 #define _PAGE_PROT_NONE _PAGE_READ macro