Home
last modified time | relevance | path

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

/linux-2.6.39/arch/avr32/include/asm/
Dpgtable.h150 #define _PAGE_S(x) _PAGE_NORMAL(x) macro
153 #define PAGE_SHARED _PAGE_S(PAGE_WRITE | PAGE_READ)
176 #define __S001 _PAGE_S(PAGE_READ)
177 #define __S010 _PAGE_S(PAGE_WRITE)
178 #define __S011 _PAGE_S(PAGE_WRITE | PAGE_READ)
179 #define __S100 _PAGE_S(PAGE_EXEC)
180 #define __S101 _PAGE_S(PAGE_EXEC | PAGE_READ)
181 #define __S110 _PAGE_S(PAGE_EXEC | PAGE_WRITE)
182 #define __S111 _PAGE_S(PAGE_EXEC | PAGE_WRITE | PAGE_READ)
/linux-2.6.39/arch/alpha/include/asm/
Dpgtable.h109 #define _PAGE_S(x) _PAGE_NORMAL(x) macro
128 #define __S000 _PAGE_S(_PAGE_FOE | _PAGE_FOW | _PAGE_FOR)
129 #define __S001 _PAGE_S(_PAGE_FOE | _PAGE_FOW)
130 #define __S010 _PAGE_S(_PAGE_FOE)
131 #define __S011 _PAGE_S(_PAGE_FOE)
132 #define __S100 _PAGE_S(_PAGE_FOW | _PAGE_FOR)
133 #define __S101 _PAGE_S(_PAGE_FOW)
134 #define __S110 _PAGE_S(0)
135 #define __S111 _PAGE_S(0)