_PAGE_SPECIAL
#define _PAGE_SPECIAL (1 << 6)
#define _PAGE_SPECIAL 0
#define _PAGE_SPECIAL (_ULCAST_(1) << _PAGE_SPECIAL_SHIFT)
# define _PAGE_SPECIAL (1 << _PAGE_SPECIAL_SHIFT)
# define _PAGE_SPECIAL 0
#define _PAGE_SPECIAL (1 << xlate_pabit(_PAGE_SPECIAL_BIT))
#define _PAGE_SPECIAL 0x800 /* software: Special page */
#define _PAGE_SPECIAL _RPAGE_SW2 /* software: special page */
#define _PAGE_SPECIAL 0x00000020 /* S: Special page */
#define _PAGE_SPECIAL 0x0080 /* SW entry */
#define _PAGE_SPECIAL _PAGE_SW0
#define _PAGE_SPECIAL (1 << 8) /* RSW: 0x1 */
#define _PAGE_SPECIAL 0x040 /* SW associated with special page */
#define _PAGE_SPECIAL 0x800 /* software: special page */
#define _PAGE_SPECIAL _AC(0x0200000000000000,UL) /* Special page */
#define _PAGE_SPECIAL (_AT(pteval_t, 1) << _PAGE_BIT_SPECIAL)