Home
last modified time | relevance | path

Searched refs:_PAGE_ALL (Results 1 – 3 of 3) sorted by relevance

/arch/openrisc/include/asm/
Dpgtable.h159 #define _PAGE_ALL (_PAGE_PRESENT | _PAGE_ACCESSED) macro
163 #define PAGE_NONE __pgprot(_PAGE_ALL)
164 #define PAGE_READONLY __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE)
165 #define PAGE_READONLY_X __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_EXEC)
167 __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_UWE | _PAGE_SWE \
170 __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_UWE | _PAGE_SWE \
172 #define PAGE_COPY __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE)
173 #define PAGE_COPY_X __pgprot(_PAGE_ALL | _PAGE_URE | _PAGE_SRE | _PAGE_EXEC)
176 __pgprot(_PAGE_ALL | _PAGE_SRE | _PAGE_SWE \
179 __pgprot(_PAGE_ALL | _PAGE_SRE \
[all …]
/arch/tile/include/asm/
Dpgtable.h85 #define _PAGE_ALL (\ macro
162 (pgprot_t) { ((oldprot).val & ~_PAGE_ALL) | (newprot).val }
394 return ((pmd_val(pmd) & _PAGE_ALL) != _PAGE_TABLE); in pmd_bad()
Dpgtable_64.h82 return ((pud_val(pud) & _PAGE_ALL) != _PAGE_TABLE); in pud_bad()