Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dpte.h178 #define RPTE_EAA_W 0x0000000000000002ULL /* Write (+read) */ macro
/freebsd/sys/powerpc/aim/
H A Dmmu_radix.c111 #define PG_RW RPTE_EAA_W
844 MPASS((pte) & (RPTE_EAA_R | RPTE_EAA_W | RPTE_EAA_X)); \
924 RPTE_EAA_W | RPTE_EAA_P | PG_M | PG_A); in mmu_radix_kenter()
1003 if ((newpte & RPTE_EAA_W) == 0) in pmap_nofault()
2750 if (!atomic_cmpset_long(firstpte, htobe64(newpde), htobe64((newpde | RPTE_EAA_R) & ~RPTE_EAA_W))) in pmap_promote_l3e()
2752 newpde &= ~RPTE_EAA_W; in pmap_promote_l3e()
2774 if (!atomic_cmpset_long(pte, htobe64(oldpte), htobe64((oldpte | RPTE_EAA_R) & ~RPTE_EAA_W))) in pmap_promote_l3e()
2776 oldpte &= ~RPTE_EAA_W; in pmap_promote_l3e()
2861 newpte |= RPTE_EAA_W; in mmu_radix_enter()
4675 attr_bits = RPTE_EAA_R | RPTE_EAA_W | RPTE_EAA_ in mmu_radix_qenter()
[all...]