Searched refs:PG_W (Results 1 – 5 of 5) sorted by relevance
67 #define PG_W PG_AVAIL1 /* "Wired" pseudoflag */ macro82 #define PG_PTE_PROMOTE (PG_MANAGED | PG_W | PG_G | PG_PTE_PAT | \
196 #define pmap_pte_w(pte) ((*(int *)pte & PG_W) != 0)201 #define pmap_pte_set_w(pte, v) ((v) ? atomic_set_int((u_int *)(pte), PG_W) : \202 atomic_clear_int((u_int *)(pte), PG_W))2363 if ((tpte & PG_W) == 0) in pmap_pv_reclaim() 2366 if ((tpte & PG_W) != 0) in pmap_pv_reclaim() 2774 KASSERT((oldpde & PG_W) == 0, in pmap_demote_pde() 2959 if (oldpde & PG_W) in pmap_remove_pde() 3016 if (oldpte & PG_W) in pmap_remove_pte() 3242 if (tpte & PG_W) in __CONCAT() 3688 newpte |= PG_W; in __CONCAT() [all...]
104 #define PG_W RPTE_WIRED macro 864 #define PG_PTE_PROMOTE (PG_X | PG_MANAGED | PG_W | PG_PTE_CACHE | \1461 if ((be64toh(*pte) & PG_W) != 0) in reclaim_pv_chunk() 2279 if ((oldl3e & PG_W) == 0) { in mmu_radix_advise() 2470 (oldl3e & PG_W) == 0) { in mmu_radix_clear_modify() 2587 *l3e = htobe64(srcptepaddr & ~PG_W); in mmu_radix_copy() 2632 *dst_pte = htobe64(ptetemp & ~(PG_W | PG_M | in mmu_radix_copy() 2868 newpte |= PG_W; in mmu_radix_enter() 2950 if ((newpte & PG_W) != 0 && (origpte & PG_W) in mmu_radix_enter() [all...]
74 #define PG_W X86_PG_AVAIL3 /* "Wired" pseudoflag */ macro84 #define PG_PTE_PROMOTE (PG_NX | PG_MANAGED | PG_W | PG_G | PG_PTE_CACHE | \
5405 if ((*pte & PG_W) != 0) in reclaim_pv_chunk_domain()6076 KASSERT((oldpde & PG_W) == 0, in pmap_demote_pde_locked()6084 KASSERT((oldpde & PG_W) == 0, in pmap_demote_pde_locked()6249 if (oldpde & PG_W) in pmap_remove_pde()6305 if (oldpte & PG_W) in pmap_remove_pte()6642 if (tpte & PG_W) in pmap_remove_all()7149 if ((pten & PG_W) != 0 && (origpte & PG_W) == 0) in pmap_enter_largepage()7151 else if ((pten & PG_W) == 0 && (origpte & PG_W) != 0) in pmap_enter_largepage()7225 newpte |= PG_W; in pmap_enter()7305 if ((newpte & PG_W) != 0 && (origpte & PG_W) == 0) in pmap_enter()[all …]