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

/freebsd-13-stable/sys/powerpc/include/
H A Dpte.h179 #define RPTE_EAA_W 0x0000000000000002ULL /* Write (+read) */ macro
/freebsd-13-stable/sys/powerpc/aim/
H A Dmmu_radix.c107 #define PG_RW RPTE_EAA_W
835 MPASS((pte) & (RPTE_EAA_R | RPTE_EAA_W | RPTE_EAA_X)); \
915 RPTE_EAA_W | RPTE_EAA_P | PG_M | PG_A);
994 if ((newpte & RPTE_EAA_W) == 0)
2721 if (!atomic_cmpset_long(firstpte, htobe64(newpde), htobe64((newpde | RPTE_EAA_R) & ~RPTE_EAA_W)))
2723 newpde &= ~RPTE_EAA_W;
2745 if (!atomic_cmpset_long(pte, htobe64(oldpte), htobe64((oldpte | RPTE_EAA_R) & ~RPTE_EAA_W)))
2747 oldpte &= ~RPTE_EAA_W;
2833 newpte |= RPTE_EAA_W;
4601 attr_bits = RPTE_EAA_R | RPTE_EAA_W | RPTE_EAA_
[all...]

Completed in 182 milliseconds