Searched refs:PAGE_READONLY (Results 1 – 9 of 9) sorted by relevance
195 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \ macro249 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_CACHABLE | \ macro252 #define PAGE_EXECREAD PAGE_READONLY280 #define PAGE_READONLY __pgprot(0) macro
24 [VM_READ] = PAGE_READONLY,32 [VM_SHARED | VM_READ] = PAGE_READONLY,
37 #define PAGE_READONLY __pgprot(0) macro
29 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_RO) macro
116 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _CACHE_CC) macro
16 return PAGE_READONLY; in kasan_prot_ro()
55 #define PAGE_READONLY __pgprot(SUN3_PAGE_VALID \ macro
79 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED | mm_cachebits) macro
236 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ) macro