Searched refs:RPTE_EAA_X (Results 1 – 2 of 2) sorted by relevance
179 #define RPTE_EAA_X 0x0000000000000001ULL /* Execute allowed */ macro
110 #define PG_X RPTE_EAA_X844 MPASS((pte) & (RPTE_EAA_R | RPTE_EAA_W | RPTE_EAA_X)); \997 if ((newpte & (RPTE_EAA_R|RPTE_EAA_X)) == 0) in pmap_nofault() 1011 if ((newpte & RPTE_EAA_X) == 0) in pmap_nofault()