Searched refs:_PAGE_PROT_NONE (Results 1 – 5 of 5) sorted by relevance
122 #define PAGE_NONE __pgprot(_PAGE_PROT_NONE)188 return (pmd_val(pmd) & (_PAGE_PRESENT | _PAGE_PROT_NONE | _PAGE_LEAF)); in pmd_present()193 return (pmd_val(pmd) & (_PAGE_PRESENT | _PAGE_PROT_NONE)); in pmd_present()271 return (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROT_NONE)); in pte_present()361 return (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROT_NONE)) == _PAGE_PROT_NONE; in pte_protnone()510 return __pmd(pmd_val(pmd) & ~(_PAGE_PRESENT|_PAGE_PROT_NONE)); in pmd_mkinvalid()
34 #define _PAGE_PROT_NONE _PAGE_READ macro
26 #define _PAGE_PROT_NONE _PAGE_WRITE macro
26 #define _PAGE_PROT_NONE _PAGE_READ macro
55 #define PAGE_NONE __pgprot(_PAGE_PROT_NONE)
Completed in 9 milliseconds