RPTE_EAA_X
if ((newpte & RPTE_EAA_X) == 0)
#define PG_X RPTE_EAA_X
MPASS((pte) & (RPTE_EAA_R | RPTE_EAA_W | RPTE_EAA_X)); \
if ((newpte & (RPTE_EAA_R|RPTE_EAA_X)) == 0)