_PAGE_WRITE
#define _PAGE_WRITE (1 << 2) /* User Write (H) */
#define _PAGE_WRITE (1<<2)
#define _PAGE_WRITE (1<<9)
#define _PAGE_WRITE __HVM_PTE_W
#define _PAGE_WRITE (_ULCAST_(1) << _PAGE_WRITE_SHIFT)
#define _PAGE_WRITE (1 << _PAGE_WRITE_SHIFT)
#define _PAGE_WRITE (1<<22)
#define _PAGE_WRITE (_PAGE_UWE | _PAGE_SWE)
#define _PAGE_WRITE (1 << xlate_pabit(_PAGE_WRITE_BIT))
#define _PAGE_WRITE 0x400 /* software: user write access allowed */
#define _PAGE_WRITE 0x00002 /* write access allowed */
#define _PAGE_WRITE 0x00000002 /* S: Write permission */
#define _PAGE_WRITE (_PAGE_BAP_SW | _PAGE_BAP_UW) /* User write permission */
#define _PAGE_WRITE (1 << 2) /* Writable */
#define _PAGE_WRITE 0x020 /* SW pte write bit */
#define _PAGE_WRITE BIT_ULL(_PAGE_WRITE_SHIFT)