Searched defs:_PAGE_RW (Results 1 – 13 of 13) sorted by relevance
24 #define _PAGE_RW 0x00004 /* S: Write permission (SW) */ macro
79 #define _PAGE_RW 0x00000002 /* S: Write permission */ macro
29 #define _PAGE_RW 0x400 /* software: user write access allowed */ macro
27 #define _PAGE_RW 0x0200 /* software: user write access allowed */ macro
49 #define _PAGE_RW 0x0400 /* lsb PP bits, inverted in HW */ macro
47 #define _PAGE_RW 0x040 /* software: Writes permitted */ macro
51 #define _PAGE_RW (_PAGE_BAP_SW | _PAGE_BAP_UW) /* User write permission */ macro
95 #define _PAGE_RW (1 << _PAGE_BIT_RW) macro
16 #define _PAGE_RW 0x020 macro
45 #define _PAGE_RW (_AT(pteval_t, 1) << _PAGE_BIT_RW) macro
48 #define _PAGE_RW 0x020 /* PR0-bit : write access allowed */ macro
215 #define _PAGE_RW 0x040 /* software: Writes permitted */ macro
179 #define _PAGE_RW (_PAGE_READ | _PAGE_WRITE) macro