Searched refs:TD_WIRED (Results 1 – 2 of 2) sorted by relevance
1347 if ((data & TD_WIRED) != 0) in pmap_remove_tte()1413 if ((tp->tte_data & TD_WIRED) != 0) in pmap_remove_all()1550 if ((tp->tte_data & TD_WIRED) == 0) { in pmap_enter_locked()1551 tp->tte_data |= TD_WIRED; in pmap_enter_locked()1555 if ((tp->tte_data & TD_WIRED) != 0) { in pmap_enter_locked()1556 tp->tte_data &= ~TD_WIRED; in pmap_enter_locked()1629 data |= TD_REF | TD_WIRED; in pmap_enter_locked()1701 if ((tp->tte_data & TD_WIRED) == 0) in pmap_unwire_tte()1703 atomic_clear_long(&tp->tte_data, TD_WIRED); in pmap_unwire_tte()2066 if ((tp->tte_data & (TD_PV | TD_WIRED)) == (TD_PV | TD_WIRED)) in pmap_page_wired_mappings()
113 #define TD_WIRED ((1UL << 0) << TD_SOFT_SHIFT) macro