Searched defs:_PAGE_READ (Results 1 – 11 of 11) sorted by relevance
23 #define _PAGE_READ (1<<23) macro
18 #define _PAGE_READ (1 << 1) /* Readable */ macro
11 #define _PAGE_READ (1<<8) macro
11 #define _PAGE_READ (1<<1) macro
61 #define _PAGE_READ (1<<5) /* Page has user read perm (H) */ macro72 #define _PAGE_READ (1<<3) /* Page has user read perm (H) */ macro
110 #define _PAGE_READ 0x040 /* PR0-bit : read access allowed */ macro
34 #define _PAGE_READ __HVM_PTE_R macro
151 #define _PAGE_READ (_PAGE_URE | _PAGE_SRE) macro
212 #define _PAGE_READ (1 << xlate_pabit(_PAGE_READ_BIT)) macro
19 #define _PAGE_READ 0x00004 /* read access allowed */ macro
171 #define _PAGE_READ 0x010 /* SW pte read bit */ macro