_PAGE_RW
#define _PAGE_RW 0x040 /* software: Writes permitted */
#define _PAGE_RW (_PAGE_READ | _PAGE_WRITE)
#define _PAGE_RW 0
#define _PAGE_RW (_PAGE_READ | _PAGE_WRITE)
#define _PAGE_RW (_PAGE_READ | _PAGE_WRITE)
#define _PAGE_RW 0x020 /* PR0-bit : write access allowed */
#define _PAGE_RW 0x020
#define _PAGE_RW (_AT(pteval_t, 1) << _PAGE_BIT_RW)