Searched refs:_PAGE_ALL (Results 1 – 3 of 3) sorted by relevance
158 #define _PAGE_ALL (_PAGE_PRESENT | _PAGE_ACCESSED) macro162 #define PAGE_NONE __pgprot(_PAGE_ALL)163 #define PAGE_READONLY __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE)164 #define PAGE_READONLY_X __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_EXEC)166 __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_UWE | _PAGE_SWE \169 __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_UWE | _PAGE_SWE \171 #define PAGE_COPY __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE)172 #define PAGE_COPY_X __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_EXEC)175 __pgprot(_PAGE_ALL | _PAGE_SRE | _PAGE_SWE \178 __pgprot(_PAGE_ALL | _PAGE_SRE \[all …]
88 #define _PAGE_ALL (\ macro166 (pgprot_t) { ((oldprot).val & ~_PAGE_ALL) | (newprot).val }382 return ((pmd_val(pmd) & _PAGE_ALL) != _PAGE_TABLE); in pmd_bad()
98 return ((pud_val(pud) & _PAGE_ALL) != _PAGE_TABLE); in pud_bad()