Searched refs:_PAGE_PROT_NONE (Results 1 – 5 of 5) sorted by relevance
180 #define PAGE_NONE __pgprot(_PAGE_PROT_NONE | _PAGE_READ)224 return (pmd_val(pmd) & (_PAGE_PRESENT | _PAGE_PROT_NONE | _PAGE_LEAF)); in pmd_present()229 return (pmd_val(pmd) & (_PAGE_PRESENT | _PAGE_PROT_NONE)); in pmd_present()352 return (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROT_NONE)); in pte_present()453 return (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROT_NONE)) == _PAGE_PROT_NONE; in pte_protnone()636 return __pmd(pmd_val(pmd) & ~(_PAGE_PRESENT|_PAGE_PROT_NONE)); in pmd_mkinvalid()
28 #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)