Searched defs:PAGE_WRITEONLY (Results 1 – 3 of 3) sorted by relevance
199 #define PAGE_WRITEONLY __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \ macro253 #define PAGE_WRITEONLY PAGE_SHARED macro280 #define PAGE_WRITEONLY __pgprot(0) macro
194 #define PAGE_WRITEONLY __pgprot(_PAGE_COMMON | _PAGE_WRITE) macro
235 #define PAGE_WRITEONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_WRITE | _PAGE_ACCESSED) macro