Searched refs:_PAGE_PROT_NONE (Results 1 – 5 of 5) sorted by relevance
155 #define PAGE_NONE __pgprot(_PAGE_PROT_NONE | _PAGE_READ)198 return (pmd_val(pmd) & (_PAGE_PRESENT | _PAGE_PROT_NONE | _PAGE_LEAF)); in pmd_present()203 return (pmd_val(pmd) & (_PAGE_PRESENT | _PAGE_PROT_NONE)); in pmd_present()289 return (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROT_NONE)); in pte_present()384 return (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROT_NONE)) == _PAGE_PROT_NONE; in pte_protnone()570 return __pmd(pmd_val(pmd) & ~(_PAGE_PRESENT|_PAGE_PROT_NONE)); in pmd_mkinvalid()
28 #define _PAGE_PROT_NONE _PAGE_GLOBAL macro
26 #define _PAGE_PROT_NONE _PAGE_WRITE macro
26 #define _PAGE_PROT_NONE _PAGE_READ macro
54 #define PAGE_NONE __pgprot(_PAGE_PROT_NONE)