Searched defs:_PAGE_READ (Results 1 – 12 of 12) sorted by relevance
59 #define _PAGE_READ (1 << _PAGE_READ_SHIFT) macro82 #define _PAGE_READ (1 << _PAGE_READ_SHIFT) macro121 #define _PAGE_READ (1 << _PAGE_READ_SHIFT) macro149 #define _PAGE_READ (cpu_has_rixi ? 0 : (1 << _PAGE_READ_SHIFT)) macro
23 #define _PAGE_READ (1<<23) macro
5 #define _PAGE_READ (1<<6) /* implemented in software */ macro
63 #define _PAGE_READ (1<<7) /* read-enabled */ macro
58 #define _PAGE_READ (1 << 8) /* Read enabled. */ macro
63 #define _PAGE_READ (1<<5) /* Page has user read perm (H) */ macro74 #define _PAGE_READ (1<<3) /* Page has user read perm (H) */ macro
48 #define _PAGE_READ __HVM_PTE_R macro
113 #define _PAGE_READ 0x040 /* PR0-bit : read access allowed */ macro
99 #define _PAGE_READ (1UL << _PAGE_BIT_READ) macro
154 #define _PAGE_READ (_PAGE_URE | _PAGE_SRE) macro
190 #define _PAGE_READ (1 << xlate_pabit(_PAGE_READ_BIT)) macro
190 #define _PAGE_READ 0x010 /* SW pte read bit */ macro