Lines Matching refs:PAGE_READ
139 #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)
178 #define __S111 _PAGE_S(PAGE_EXEC | PAGE_WRITE | PAGE_READ)