Searched refs:_PAGE_PROT_NONE (Results 1 – 5 of 5) sorted by relevance
173 #define PAGE_NONE __pgprot(_PAGE_PROT_NONE | _PAGE_READ)217 return (pmd_val(pmd) & (_PAGE_PRESENT | _PAGE_PROT_NONE | _PAGE_LEAF)); in pmd_present()222 return (pmd_val(pmd) & (_PAGE_PRESENT | _PAGE_PROT_NONE)); in pmd_present()346 return (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROT_NONE)); in pte_present()355 if ((pte_val(a) & _PAGE_PROT_NONE) && in pte_accessible()472 return (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROT_NONE)) == _PAGE_PROT_NONE; in pte_protnone()673 return __pmd(pmd_val(pmd) & ~(_PAGE_PRESENT|_PAGE_PROT_NONE)); in pmd_mkinvalid()
29 #define _PAGE_PROT_NONE _PAGE_GLOBAL macro
29 #define _PAGE_PROT_NONE _PAGE_WRITE macro
29 #define _PAGE_PROT_NONE _PAGE_READ macro
55 #define PAGE_NONE __pgprot(_PAGE_PROT_NONE)