Lines Matching defs:wired
1117 * If specified, the page will be wired down, meaning
1133 bool wired = (flags & PMAP_WIRED) != 0;
1138 pmap, va, pa, prot, wired));
1184 * Hence, if a user page is wired, the PT page will be also.
1186 if (pmap_pte_w_chg(pte, wired ? PG_W : 0)) {
1188 ("enter: wiring change -> %x\n", wired));
1189 if (wired)
1216 * on this PT page. PT pages are wired down as long as there
1348 if (wired)
1366 if (wired)
1394 wired = ((*pte ^ npte) == PG_W);
1397 if (mmutype == MMU_68040 && !wired)
1399 if (!wired)
1407 if (!wired && active_pmap(pmap))
1595 * Clear the wired attribute for a map/virtual-address pair.
2541 * The segment table is wired down. It will be freed whenever the
2663 * VM system. Note that we set the page "wired" count to 1,