| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_ndis.h | 48 int wired; member in struct:wpa_driver_ndis_data
|
| /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 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/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 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 [all...] |
| /src/sys/arch/sun2/sun2/ |
| pmap.c | 554 * XXX - Need to reload wired pmegs though... 818 * XXX - Skip this one if it is wired? 1890 * If specified, the page will be wired down, meaning 1901 bool wired = (flags & PMAP_WIRED) != 0; local 1907 pmap, va, pa, prot, wired); 1937 pmap_enter_kernel(va, new_pte, wired); 1939 pmap_enter_user(pmap, va, new_pte, wired); 1946 pmap_enter_kernel(vaddr_t pgva, int new_pte, bool wired) 2067 pmeg_set_wiring(pmegp, pgva, wired); 2092 pmap_enter_user(pmap_t pmap, vaddr_t pgva, int new_pte, bool wired) [all...] |
| /src/sys/arch/sun3/sun3/ |
| pmap.c | 563 * XXX - Need to reload wired pmegs though... 827 * XXX - Skip this one if it is wired? 1923 * If specified, the page will be wired down, meaning 1934 bool wired = (flags & PMAP_WIRED) != 0; local 1940 pmap, va, pa, prot, wired); 1970 pmap_enter_kernel(va, new_pte, wired); 1972 pmap_enter_user(pmap, va, new_pte, wired); 1979 pmap_enter_kernel(vaddr_t pgva, int new_pte, bool wired) 2098 pmeg_set_wiring(pmegp, pgva, wired); 2122 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/sun3/sun3x/ |
| pmap.c | 1097 * Clear its parent entry. Set its wired and valid 1139 b_tbl->bt_wcnt = 0; /* wired entry count, */ 1171 c_tbl->ct_wcnt = 0; /* wired entry count, */ 1247 * asks for a "wired" mapping that would run us short of 1660 bool wired; /* is the mapping to be wired? */ local 1669 * Determine if the mapping should be wired. 1671 wired = ((flags & PMAP_WIRED) != 0); 1680 * dependent (pmap) system. The argument it replaces, 'wired', is now 1751 if (!wired) [all...] |
| /src/sys/uvm/pmap/ |
| pmap.c | 563 * Note that this memory will never be freed, and in essence it is wired 1441 * If specified, the page will be wired down, meaning that the 1447 const bool wired = (flags & PMAP_WIRED) != 0; local 1568 if (wired) { 1626 * The page will be wired down, meaning that the related pte 1793 * Function: Clear the wired attribute for a map/virtual-address
|
| /src/sys/arch/m68k/m68k/ |
| pmap_motorola.c | 1138 * If specified, the page will be wired down, meaning 1154 bool wired = (flags & PMAP_WIRED) != 0; local 1159 pmap, va, pa, prot, wired)); 1205 * Hence, if a user page is wired, the PT page will be also. 1207 if (pmap_pte_w_chg(pte, wired ? PG_W : 0)) { 1209 ("enter: wiring change -> %x\n", wired)); 1210 if (wired) 1237 * on this PT page. PT pages are wired down as long as there 1369 if (wired) 1387 if (wired) [all...] |
| /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 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/sparc64/sparc64/ |
| pmap.c | 1658 tte.data |= TLB_TSB_LOCK; /* wired */ 1777 bool wired = (flags & PMAP_WIRED) != 0; local 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 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 5017 if (wired) 6295 bool wired = (flags & PMAP_WIRED) != 0; local 6307 if (wired)
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| wpa_supplicant.c | 5444 int wired; local 5460 wired = wpa_s->conf->ap_scan == 0 && 5469 wired) && 5633 * case with wired IEEE 802.1X).
|