Searched refs:RPTE_EAA_X (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/powerpc/include/
H A Dpte.h180 #define RPTE_EAA_X 0x0000000000000001ULL /* Execute allowed */ macro
/freebsd-13-stable/sys/powerpc/aim/
H A Dmmu_radix.c106 #define PG_X RPTE_EAA_X
835 MPASS((pte) & (RPTE_EAA_R | RPTE_EAA_W | RPTE_EAA_X)); \
988 if ((newpte & (RPTE_EAA_R|RPTE_EAA_X)) == 0)
1002 if ((newpte & RPTE_EAA_X) == 0)

Completed in 185 milliseconds