Searched defs:PAGE_WRITEONLY (Results 1 – 2 of 2) sorted by relevance
200 #define PAGE_WRITEONLY __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \ macro254 #define PAGE_WRITEONLY PAGE_SHARED macro281 #define PAGE_WRITEONLY __pgprot(0) macro
258 #define PAGE_WRITEONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_WRITE) macro