Searched defs:_PAGE_READ (Results 1 – 13 of 13) sorted by relevance
23 #define _PAGE_READ (1<<23) macro
6 #define _PAGE_READ (1<<6) /* implemented in software */ macro
64 #define _PAGE_READ (1<<7) /* read-enabled */ macro
59 #define _PAGE_READ (1 << 8) /* Read enabled. */ macro
207 #define _PAGE_READ 0 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
113 #define _PAGE_READ 0x040 /* PR0-bit : read access allowed */ macro
48 #define _PAGE_READ __HVM_PTE_R macro
100 #define _PAGE_READ (1UL << _PAGE_BIT_READ) macro
155 #define _PAGE_READ (_PAGE_URE | _PAGE_SRE) macro
191 #define _PAGE_READ (1 << xlate_pabit(_PAGE_READ_BIT)) macro
22 #define _PAGE_READ 0x00004 /* read access allowed */ macro
170 #define _PAGE_READ 0x010 /* SW pte read bit */ macro