Searched refs:ATTR_SW_WIRED (Results 1 – 2 of 2) sorted by relevance
3433 if ((tpte & ATTR_SW_WIRED) != 0) in reclaim_pv_chunk_domain()4013 if (old_l2 & ATTR_SW_WIRED) in pmap_remove_l2()4071 if (old_l3 & ATTR_SW_WIRED) in pmap_remove_l3()4130 if ((first_l3e & ATTR_SW_WIRED) != 0) in pmap_remove_l3c()4236 if ((old_l3 & ATTR_SW_WIRED) != 0) in pmap_remove_l3_range()4494 if (tpte & ATTR_SW_WIRED) in pmap_remove_all()5385 if ((newpte & ATTR_SW_WIRED) != 0 && (origpte & ATTR_SW_WIRED) == 0) in pmap_enter_largepage()5387 else if ((newpte & ATTR_SW_WIRED) == 0 && in pmap_enter_largepage()5388 (origpte & ATTR_SW_WIRED) != 0) in pmap_enter_largepage()5456 new_l3 |= ATTR_SW_WIRED; in pmap_enter()[all …]
61 #define ATTR_SW_WIRED (1UL << 55) macro