Searched defs:PAGE_WRITE (Results 1 – 3 of 3) sorted by relevance
13 #define PAGE_WRITE 0x0002 macro
58 #define PAGE_WRITE __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_WRITE | \ macro
182 #define PAGE_WRITE __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_WRITE) macro