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

/freebsd-13-stable/sys/powerpc/include/
H A Dpte.h178 #define RPTE_EAA_R 0x0000000000000004ULL /* Read allowed */ macro
/freebsd-13-stable/sys/powerpc/aim/
H A Dmmu_radix.c835 MPASS((pte) & (RPTE_EAA_R | RPTE_EAA_W | RPTE_EAA_X)); \
914 *pte = htobe64(pa | RPTE_VALID | RPTE_LEAF | RPTE_EAA_R | \
988 if ((newpte & (RPTE_EAA_R|RPTE_EAA_X)) == 0)
2450 htobe64((oldpte | RPTE_EAA_R) & ~(PG_M | PG_RW))))
2721 if (!atomic_cmpset_long(firstpte, htobe64(newpde), htobe64((newpde | RPTE_EAA_R) & ~RPTE_EAA_W)))
2745 if (!atomic_cmpset_long(pte, htobe64(oldpte), htobe64((oldpte | RPTE_EAA_R) & ~RPTE_EAA_W)))
2831 newpte |= RPTE_EAA_R;
3129 newpde |= RPTE_EAA_R;
3394 pa |= RPTE_EAA_R;
4446 newpde |= RPTE_EAA_R;
[all...]

Completed in 121 milliseconds