Home
last modified time | relevance | path

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

/arch/avr32/include/asm/
Dpgtable.h139 #define PAGE_READ (_PAGE_FLAGS_READ | _PAGE_USER) macro
148 #define PAGE_COPY _PAGE_P(PAGE_WRITE | PAGE_READ)
149 #define PAGE_SHARED _PAGE_S(PAGE_WRITE | PAGE_READ)
163 #define __P001 _PAGE_P(PAGE_READ)
165 #define __P011 _PAGE_P(PAGE_WRITE | PAGE_READ)
167 #define __P101 _PAGE_P(PAGE_EXEC | PAGE_READ)
169 #define __P111 _PAGE_P(PAGE_EXEC | PAGE_WRITE | PAGE_READ)
172 #define __S001 _PAGE_S(PAGE_READ)
174 #define __S011 _PAGE_S(PAGE_WRITE | PAGE_READ)
176 #define __S101 _PAGE_S(PAGE_EXEC | PAGE_READ)
[all …]
/arch/s390/include/asm/
Dpgtable.h352 #define PAGE_READ __pgprot(_PAGE_PRESENT | _PAGE_READ | \ macro
371 #define __P001 PAGE_READ
372 #define __P010 PAGE_READ
373 #define __P011 PAGE_READ
374 #define __P100 PAGE_READ
375 #define __P101 PAGE_READ
376 #define __P110 PAGE_READ
377 #define __P111 PAGE_READ
380 #define __S001 PAGE_READ
383 #define __S100 PAGE_READ
[all …]