Searched defs:PAGE_WRITEONLY (Results 1 – 3 of 3) sorted by relevance
203 #define PAGE_WRITEONLY __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \ macro257 #define PAGE_WRITEONLY PAGE_SHARED macro284 #define PAGE_WRITEONLY __pgprot(0) macro
195 #define PAGE_WRITEONLY __pgprot(_PAGE_COMMON | _PAGE_WRITE) macro
222 #define PAGE_WRITEONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_WRITE | _PAGE_ACCESSED) macro