HomeSort by: relevance | last modified time | path
    Searched defs:wired (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/hppa/hppa/
pmap.c 1363 * translation is wired then we can not allow a page fault to occur
1373 bool wired = (flags & PMAP_WIRED) != 0; local in function:pmap_enter
1399 if (wired && !(pte & PTE_PROT(TLB_WIRED)))
1401 else if (!wired && (pte & PTE_PROT(TLB_WIRED)))
1423 if (wired)
1466 if (wired)
  /src/sys/uvm/pmap/
pmap.c 559 * Note that this memory will never be freed, and in essence it is wired
1395 * If specified, the page will be wired down, meaning
1405 const bool wired = (flags & PMAP_WIRED) != 0; local in function:pmap_enter
1526 if (wired) {
1739 * Function: Clear the wired attribute for a map/virtual-address
  /src/sys/arch/alpha/alpha/
pmap.c 1479 * Note that this memory will never be freed, and in essence it is wired
1896 * ==> (4) Zero the wired and resident count.
2169 * If specified, the page will be wired down, meaning
2192 const bool wired = (flags & PMAP_WIRED) != 0; local in function:pmap_enter
2291 if (pmap_pte_w_chg(pte, wired ? PG_WIRED : 0)) {
2295 wired);
2298 if (wired)
2350 if (wired)
2383 if (wired)
2532 * Clear the wired attribute for a map/virtual-address pair
    [all...]
  /src/sys/arch/m68k/m68k/
pmap_motorola.c 1117 * If specified, the page will be wired down, meaning
1133 bool wired = (flags & PMAP_WIRED) != 0; local in function:pmap_enter
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)
    [all...]
  /src/sys/arch/sun3/sun3x/
pmap.c 1106 * Clear its parent entry. Set its wired and valid
1148 b_tbl->bt_wcnt = 0; /* wired entry count, */
1180 c_tbl->ct_wcnt = 0; /* wired entry count, */
1256 * asks for a "wired" mapping that would run us short of
1669 bool wired; /* is the mapping to be wired? */ local in function:pmap_enter
1678 * Determine if the mapping should be wired.
1680 wired = ((flags & PMAP_WIRED) != 0);
1689 * dependent (pmap) system. The argument it replaces, 'wired', is now
1761 if (!wired)
    [all...]
  /src/sys/arch/ia64/ia64/
pmap.c 727 * Destroy every non-wired, 8 KB page mapping in the chunk.
1195 bool wired, bool managed)
1201 pte->pte |= (wired) ? PTE_WIRED : 0;
1307 * Note that this memory will never be freed, and in essence it is wired
1567 * Query the ``wired pages'' statistic for pmap.
1667 bool icache_inval, managed, wired, canfail; local in function:pmap_enter
1675 /* wired = (flags & PMAP_ENTER_WIRED) != 0; */
1676 wired = (flags & PMAP_WIRED) != 0;
1735 * are valid mappings in them. Hence, if a user page is wired,
1738 if (wired && !pmap_wired(&origpte)
2086 const bool wired = true; \/* pmap_kenter_pa always wired *\/ local in function:pmap_kenter_pa
    [all...]
  /src/sys/arch/sun2/sun2/
pmap.c 561 * XXX - Need to reload wired pmegs though...
825 * XXX - Skip this one if it is wired?
1922 * If specified, the page will be wired down, meaning
1933 bool wired = (flags & PMAP_WIRED) != 0; local in function:pmap_enter
1939 pmap, va, pa, prot, wired);
1969 pmap_enter_kernel(va, new_pte, wired);
1971 pmap_enter_user(pmap, va, new_pte, wired);
1978 pmap_enter_kernel(vaddr_t pgva, int new_pte, bool wired)
2099 pmeg_set_wiring(pmegp, pgva, wired);
2124 pmap_enter_user(pmap_t pmap, vaddr_t pgva, int new_pte, bool wired)
    [all...]
  /src/sys/arch/sun3/sun3/
pmap.c 570 * XXX - Need to reload wired pmegs though...
834 * XXX - Skip this one if it is wired?
1954 * If specified, the page will be wired down, meaning
1965 bool wired = (flags & PMAP_WIRED) != 0; local in function:pmap_enter
1971 pmap, va, pa, prot, wired);
2001 pmap_enter_kernel(va, new_pte, wired);
2003 pmap_enter_user(pmap, va, new_pte, wired);
2010 pmap_enter_kernel(vaddr_t pgva, int new_pte, bool wired)
2129 pmeg_set_wiring(pmegp, pgva, wired);
2153 pmap_enter_user(pmap_t pmap, vaddr_t pgva, int new_pte, bool wired)
    [all...]
  /src/sys/uvm/
uvm_extern.h 197 #define UVM_KMF_WIRED 0x1 /* allocation type: wired */
323 int wired; /* number of wired pages */ member in struct:uvmexp
343 int wiredmax; /* max number of wired pages */
434 int64_t wired; member in struct:uvmexp_sysctl
  /src/sys/arch/sparc64/sparc64/
pmap.c 1658 tte.data |= TLB_TSB_LOCK; /* wired */
1777 bool wired = (flags & PMAP_WIRED) != 0; local in function:pmap_enter
1882 if (wired)
2870 * Function: Clear the wired attribute for a map/virtual-address
3128 * count wired pages in pmap -- this can be slow.
  /src/sys/arch/x86/x86/
pmap.c 3119 int wired; local in function:pmap_zap_ptp
3135 wired = 0;
3156 wired -= (opte & PTE_WIRED);
3222 pmap_stats_update(pmap, -(ptp->wire_count - 1), wired / PTE_WIRED);
4908 * pmap_unwire: clear the wired bit in the PTE.
4996 bool wired = (flags & PMAP_WIRED) != 0; local in function:pmap_enter_ma
5017 if (wired)
6295 bool wired = (flags & PMAP_WIRED) != 0; local in function:pmap_ept_enter
6307 if (wired)

Completed in 31 milliseconds