Searched defs:_PAGE_READ (Results 1 – 9 of 9) sorted by relevance
38 #define _PAGE_READ (1<<7) /* implemented in software */ macro56 #define _PAGE_READ (1<<1) /* implemented in software */ macro84 #define _PAGE_READ ({if (kernel_uses_smartmips_rixi) BUG(); 1 << _PAGE_READ_SHIFT; }) macro
5 #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
117 #define _PAGE_READ 0x040 /* PR0-bit : read access allowed */ macro
48 #define _PAGE_READ __HVM_PTE_R macro
102 #define _PAGE_READ (1UL << _PAGE_BIT_READ) macro
155 #define _PAGE_READ (_PAGE_URE | _PAGE_SRE) macro
164 #define _PAGE_READ (1 << xlate_pabit(_PAGE_READ_BIT)) macro