Searched refs:PG_W (Results 1 – 4 of 4) sorted by relevance
71 #define PG_W PG_AVAIL1 /* "Wired" pseudoflag */ macro86 #define PG_PTE_PROMOTE (PG_MANAGED | PG_W | PG_G | PG_PTE_PAT | \
2984 if (oldpde & PG_W) in pmap_remove_pde()3041 if (oldpte & PG_W) in pmap_remove_pte()3267 if (tpte & PG_W) in __CONCAT()3676 newpte |= PG_W; in __CONCAT()3747 if ((newpte & PG_W) != 0 && (origpte & PG_W) == 0) in __CONCAT()3749 else if ((newpte & PG_W) == 0 && (origpte & PG_W) != 0) in __CONCAT()4026 if ((newpde & PG_W) != 0) in pmap_enter_pde()4319 if ((*pde & PG_W) == 0) in __CONCAT()4436 ~PG_W; in __CONCAT()4730 if ((*pte & PG_W) != 0) in pmap_pvh_wired_mappings()[all …]
115 #define PG_W X86_PG_AVAIL3 /* "Wired" pseudoflag */ macro128 #define PG_PTE_PROMOTE (PG_NX | PG_MANAGED | PG_W | PG_G | PG_PTE_CACHE | \
5866 if (oldpde & PG_W) in pmap_remove_pde()5922 if (oldpte & PG_W) in pmap_remove_pte()6237 if (tpte & PG_W) in pmap_remove_all()6691 if ((pten & PG_W) != 0 && (origpte & PG_W) == 0) in pmap_enter_largepage()6693 else if ((pten & PG_W) == 0 && (origpte & PG_W) != 0) in pmap_enter_largepage()6768 newpte |= PG_W; in pmap_enter()6848 if ((newpte & PG_W) != 0 && (origpte & PG_W) == 0) in pmap_enter()6850 else if ((newpte & PG_W) == 0 && (origpte & PG_W) != 0) in pmap_enter()7176 if ((newpde & PG_W) != 0) in pmap_enter_pde()7918 if ((*pte & PG_W) != 0) in pmap_page_wired_mappings()[all …]