Searched defs:PAGE_WRITE (Results 1 - 2 of 2) sorted by relevance

/arch/avr32/include/asm/
H A Dpgtable.h145 #define PAGE_WRITE (_PAGE_FLAGS_WRITE | _PAGE_USER) macro
152 #define PAGE_COPY _PAGE_P(PAGE_WRITE | PAGE_READ)
153 #define PAGE_SHARED _PAGE_S(PAGE_WRITE | PAGE_READ)
168 #define __P010 _PAGE_P(PAGE_WRITE)
169 #define __P011 _PAGE_P(PAGE_WRITE | PAGE_READ)
172 #define __P110 _PAGE_P(PAGE_EXEC | PAGE_WRITE)
173 #define __P111 _PAGE_P(PAGE_EXEC | PAGE_WRITE | PAGE_READ)
177 #define __S010 _PAGE_S(PAGE_WRITE)
178 #define __S011 _PAGE_S(PAGE_WRITE | PAGE_READ)
181 #define __S110 _PAGE_S(PAGE_EXEC | PAGE_WRITE)
[all...]
/arch/s390/include/asm/
H A Dpgtable.h429 #define PAGE_WRITE __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ macro
456 #define __S010 PAGE_WRITE
457 #define __S011 PAGE_WRITE
460 #define __S110 PAGE_WRITE
461 #define __S111 PAGE_WRITE
941 * newprot for PAGE_NONE, PAGE_READ and PAGE_WRITE has the
947 * newprot for PAGE_READ and PAGE_WRITE has the page protection
1417 * pgprot is PAGE_NONE, PAGE_READ, or PAGE_WRITE (see __Pxxx / __Sxxx)

Completed in 337 milliseconds