Home
last modified time | relevance | path

Searched refs:PAGE_WRITE (Results 1 – 2 of 2) sorted by relevance

/arch/avr32/include/asm/
Dpgtable.h141 #define PAGE_WRITE (_PAGE_FLAGS_WRITE | _PAGE_USER) macro
148 #define PAGE_COPY _PAGE_P(PAGE_WRITE | PAGE_READ)
149 #define PAGE_SHARED _PAGE_S(PAGE_WRITE | PAGE_READ)
164 #define __P010 _PAGE_P(PAGE_WRITE)
165 #define __P011 _PAGE_P(PAGE_WRITE | PAGE_READ)
168 #define __P110 _PAGE_P(PAGE_EXEC | PAGE_WRITE)
169 #define __P111 _PAGE_P(PAGE_EXEC | PAGE_WRITE | PAGE_READ)
173 #define __S010 _PAGE_S(PAGE_WRITE)
174 #define __S011 _PAGE_S(PAGE_WRITE | PAGE_READ)
177 #define __S110 _PAGE_S(PAGE_EXEC | PAGE_WRITE)
[all …]
/arch/s390/include/asm/
Dpgtable.h354 #define PAGE_WRITE __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ macro
381 #define __S010 PAGE_WRITE
382 #define __S011 PAGE_WRITE
385 #define __S110 PAGE_WRITE
386 #define __S111 PAGE_WRITE