Searched defs:_PAGE_READ (Results 1 – 14 of 14) sorted by relevance
23 #define _PAGE_READ (1<<23) macro
12 #define _PAGE_READ (1 << 1) /* Readable */ macro
68 #define _PAGE_READ 0x00000008 /* S: Read permission */ macro
20 #define _PAGE_READ 0x00001 /* H: Read permission (SR) */ macro
8 #define _PAGE_READ (1<<8) macro
8 #define _PAGE_READ (1<<1) 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
23 #define _PAGE_READ 0x004 /* software: read access allowed */ macro
190 #define _PAGE_READ (1 << xlate_pabit(_PAGE_READ_BIT)) macro
19 #define _PAGE_READ 0x00004 /* read access allowed */ macro
189 #define _PAGE_READ 0x010 /* SW pte read bit */ macro