Searched defs:_PAGE_READ (Results 1 – 10 of 10) sorted by relevance
23 #define _PAGE_READ (1<<23) macro
68 #define _PAGE_READ 0x00000008 /* S: Read permission */ macro
8 #define _PAGE_READ (1<<8) macro
8 #define _PAGE_READ (1<<1) macro
12 #define _PAGE_READ (1 << 1) /* Readable */ macro
22 #define _PAGE_READ (1 << 3) /* User Read (H) */ macro
41 #define _PAGE_READ (_PAGE_BAP_SR | _PAGE_BAP_UR) /* User read permission */ macro
33 #define _PAGE_READ __HVM_PTE_R macro
149 #define _PAGE_READ (_PAGE_URE | _PAGE_SRE) macro
190 #define _PAGE_READ (1 << xlate_pabit(_PAGE_READ_BIT)) macro