Searched defs:_PAGE_READ (Results 1 – 10 of 10) sorted by relevance
23 #define _PAGE_READ (1<<23) macro
26 #define _PAGE_READ (1 << 1) /* Readable */ macro
64 #define _PAGE_READ (1<<5) /* Page has user read perm (H) */ macro75 #define _PAGE_READ (1<<3) /* Page has user read perm (H) */ macro
213 #define _PAGE_READ 0 macro
113 #define _PAGE_READ 0x040 /* PR0-bit : read access allowed */ macro
47 #define _PAGE_READ __HVM_PTE_R macro
155 #define _PAGE_READ (_PAGE_URE | _PAGE_SRE) macro
191 #define _PAGE_READ (1 << xlate_pabit(_PAGE_READ_BIT)) macro
23 #define _PAGE_READ 0x00004 /* read access allowed */ macro
170 #define _PAGE_READ 0x010 /* SW pte read bit */ macro