Lines Matching refs:RPTE_EAA_W
111 #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()
4678 attr_bits = RPTE_EAA_R | RPTE_EAA_W | RPTE_EAA_P | PG_M | PG_A; in mmu_radix_qenter()
6126 pteval = pa | RPTE_EAA_R | RPTE_EAA_W | RPTE_EAA_P | PG_M | PG_A; in mmu_radix_kenter_attr()
6465 newl3 = (pml3_entry_t)(pa | RPTE_EAA_P | RPTE_EAA_R | RPTE_EAA_W); in mmu_radix_page_array_startup()