Searched refs:wired (Results 1 - 24 of 24) sorted by relevance

/freebsd-9.3-release/contrib/wpa/hostapd/
H A Dwired.conf4 # Example configuration file for wired authenticator. See hostapd.conf for
8 driver=wired
/freebsd-9.3-release/contrib/wpa/src/drivers/
H A Ddriver_ndis.h54 int wired; member in struct:wpa_driver_ndis_data
H A Ddriver_ndis.c654 if (drv->wired) {
656 * Report PAE group address as the "BSSID" for wired
677 if (drv->wired) {
679 "with a wired interface");
1448 if (drv->wired)
2905 "a wired interface");
2906 drv->wired = 1;
/freebsd-9.3-release/sys/powerpc/powerpc/
H A Dpmap_dispatch.c80 pmap_change_wiring(pmap_t pmap, vm_offset_t va, boolean_t wired) argument
83 CTR4(KTR_PMAP, "%s(%p, %#x, %u)", __func__, pmap, va, wired);
84 MMU_CHANGE_WIRING(mmu_obj, pmap, va, wired);
133 vm_prot_t prot, boolean_t wired)
137 access, p, prot, wired);
138 MMU_ENTER(mmu_obj, pmap, va, p, prot, wired);
132 pmap_enter(pmap_t pmap, vm_offset_t va, vm_prot_t access, vm_page_t p, vm_prot_t prot, boolean_t wired) argument
/freebsd-9.3-release/sys/mips/mips/
H A Dtlb.c44 unsigned wired; member in struct:tlb_state
198 tlb_state[cpu].wired = mips_rd_wired();
280 if (i == tlb_state[cpu].wired) {
284 db_printf("(No wired entries.)\n");
H A Dpmap.c567 * Initialize the wired TLB entry mapping the pcpu region for
829 * add a wired page to the kva
910 * Add a list of wired pages to the kva
915 * over. The page *must* be wired.
1260 * reference to the pmap and the page directory is wired, so the page(s)
1428 ("wired pte for unwired page"));
1838 * If specified, the page will be wired down, meaning
1847 vm_prot_t prot, boolean_t wired)
1898 * wired, the PT page will be also.
1900 if (wired
1846 pmap_enter(pmap_t pmap, vm_offset_t va, vm_prot_t access, vm_page_t m, vm_prot_t prot, boolean_t wired) argument
2304 pmap_change_wiring(pmap_t pmap, vm_offset_t va, boolean_t wired) argument
[all...]
/freebsd-9.3-release/sys/cam/
H A Dcam_periph.c62 u_int newunit, int wired,
467 * is a potential wired device. Only assume that the device is "wired" the
472 camperiphnextunit(struct periph_driver *p_drv, u_int newunit, int wired, argument
489 if (wired != 0) {
494 "not be wired\n", periph_name, pathid,
496 wired = 0;
500 if (wired)
504 * Don't match entries like "da 4" as a wired down
533 int wired, local
[all...]
/freebsd-9.3-release/sys/vm/
H A Dvm_fault.c196 ((fault_flags & VM_FAULT_CHANGE_WIRING) == 0 || wired))
245 boolean_t growstack, is_first_object_locked, wired; local
269 &fs.first_object, &fs.first_pindex, &prot, &wired);
322 if (wired)
795 if (wired && (fault_flags &
848 &fs.entry, &retry_object, &retry_pindex, &retry_prot, &wired);
952 pmap_enter(fs.map->pmap, vaddr, fault_type, fs.m, prot, wired);
953 if ((fault_flags & VM_FAULT_CHANGE_WIRING) == 0 && wired == 0)
959 * If the page is not wired down, then put it where the pageout daemon
963 if (wired)
[all...]
H A Dvm_map.c2323 * If system unwiring, require that the entry is system wired.
2683 * Make a first pass to check for user-wired memory and holes.
3113 * Of course, wired down pages can't be set copy-on-write.
3114 * Cause wired pages to be copied into the new map by
3837 boolean_t *wired) /* OUT */
3896 *wired = (entry->wired_count != 0);
3897 if (*wired)
4010 boolean_t *wired) /* OUT */
4043 *wired = (entry->wired_count != 0);
4044 if (*wired)
3830 vm_map_lookup(vm_map_t *var_map, vm_offset_t vaddr, vm_prot_t fault_typea, vm_map_entry_t *out_entry, vm_object_t *object, vm_pindex_t *pindex, vm_prot_t *out_prot, boolean_t *wired) argument
4003 vm_map_lookup_locked(vm_map_t *var_map, vm_offset_t vaddr, vm_prot_t fault_typea, vm_map_entry_t *out_entry, vm_object_t *object, vm_pindex_t *pindex, vm_prot_t *out_prot, boolean_t *wired) argument
[all...]
/freebsd-9.3-release/sys/ia64/ia64/
H A Dpmap.c1107 boolean_t wired, boolean_t managed)
1114 pte->pte |= (wired) ? PTE_WIRED : 0;
1221 * Add a list of wired pages to the kva this routine is only used for
1224 * over. The page is effectively wired, but it's customary to not have
1268 * Add a wired page to the kva. As for pmap_qenter(), it's customary
1475 * If specified, the page will be wired down, meaning
1484 vm_prot_t prot, boolean_t wired)
1532 * are valid mappings in them. Hence, if a user page is wired,
1535 if (wired && !pmap_wired(&origpte))
1537 else if (!wired
1106 pmap_set_pte(struct ia64_lpte *pte, vm_offset_t va, vm_offset_t pa, boolean_t wired, boolean_t managed) argument
1483 pmap_enter(pmap_t pmap, vm_offset_t va, vm_prot_t access, vm_page_t m, vm_prot_t prot, boolean_t wired) argument
[all...]
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dpmap.c157 * will be wired down.
162 vm_prot_t prot, boolean_t wired);
1033 * Map a wired page into kernel virtual address space.
1078 * Map a wired page into kernel virtual address space. This additionally
1097 * Remove a wired page from kernel virtual address space.
1148 * Map a list of wired pages into kernel virtual address space. This is
1474 * will be wired down.
1478 vm_prot_t prot, boolean_t wired)
1483 pmap_enter_locked(pm, va, m, prot, wired);
1491 * will be wired dow
1477 pmap_enter(pmap_t pm, vm_offset_t va, vm_prot_t access, vm_page_t m, vm_prot_t prot, boolean_t wired) argument
1496 pmap_enter_locked(pmap_t pm, vm_offset_t va, vm_page_t m, vm_prot_t prot, boolean_t wired) argument
1685 pmap_change_wiring(pmap_t pm, vm_offset_t va, boolean_t wired) argument
[all...]
/freebsd-9.3-release/sys/kern/
H A Dsubr_uio.c88 boolean_t wired; local
100 ("vm_pgmoveco: kern_pg is not correctly wired"));
104 &upindex, &prot, &wired)) != KERN_SUCCESS) {
H A Duipc_shm.c815 boolean_t wired; local
828 &obj, &pindex, &prot, &wired);
H A Dkern_umtx.c607 boolean_t wired; local
619 &wired) != KERN_SUCCESS) {
/freebsd-9.3-release/sys/mips/include/
H A Dcpufunc.h263 MIPS_RW32_COP0(wired, MIPS_COP_0_TLB_WIRED);
/freebsd-9.3-release/sys/powerpc/booke/
H A Dpmap.c1356 * Map a list of wired pages into kernel virtual address space. This is
1390 * Map a wired page into kernel virtual address space.
1526 * will be wired down.
1530 vm_prot_t prot, boolean_t wired)
1535 mmu_booke_enter_locked(mmu, pmap, va, m, prot, wired);
1542 vm_prot_t prot, boolean_t wired)
1554 // "pa=0x%08x prot=0x%08x wired=%d)\n",
1556 // (u_int32_t)m, va, pa, prot, wired);
1587 if (wired) {
1682 /* If its wired updat
1529 mmu_booke_enter(mmu_t mmu, pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot, boolean_t wired) argument
1541 mmu_booke_enter_locked(mmu_t mmu, pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot, boolean_t wired) argument
2398 mmu_booke_change_wiring(mmu_t mmu, pmap_t pmap, vm_offset_t va, boolean_t wired) argument
[all...]
/freebsd-9.3-release/sys/powerpc/aim/
H A Dmmu_oea.c970 moea_change_wiring(mmu_t mmu, pmap_t pm, vm_offset_t va, boolean_t wired) argument
978 if (wired) {
1060 * will be wired down.
1064 boolean_t wired)
1069 moea_enter_locked(pmap, va, m, prot, wired);
1077 * will be wired down.
1083 boolean_t wired)
1129 if (wired)
1434 * Map a wired page into kernel virtual address space.
1494 * Remove a wired pag
1063 moea_enter(mmu_t mmu, pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot, boolean_t wired) argument
1082 moea_enter_locked(pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot, boolean_t wired) argument
[all...]
H A Dmmu_oea64.c1019 moea64_change_wiring(mmu_t mmu, pmap_t pm, vm_offset_t va, boolean_t wired) argument
1033 if (wired) {
1049 } else if (wired) {
1237 * will be wired down.
1242 vm_prot_t prot, boolean_t wired)
1287 if (wired)
1732 * Map a wired page into kernel virtual address space.
1790 * Remove a wired page from kernel virtual address space.
1855 * that are wired.
2082 * Map a list of wired page
1241 moea64_enter(mmu_t mmu, pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot, boolean_t wired) argument
[all...]
/freebsd-9.3-release/sys/i386/xen/
H A Dpmap.c1171 * Add a wired page to the kva.
1246 * Add a list of wired pages to the kva
1251 * over. The page *must* be wired.
2012 * Destroy every non-wired, 4 KB page mapping in the chunk.
2640 * If specified, the page will be wired down, meaning
2649 vm_prot_t prot, boolean_t wired)
2659 CTR6(KTR_PMAP, "pmap_enter: pmap=%08p va=0x%08x access=0x%x ma=0x%08x prot=0x%x wired=%d",
2660 pmap, va, access, VM_PAGE_TO_MACH(m), prot, wired);
2717 * are valid mappings in them. Hence, if a user page is wired,
2720 if (wired
2647 pmap_enter(pmap_t pmap, vm_offset_t va, vm_prot_t access, vm_page_t m, vm_prot_t prot, boolean_t wired) argument
3177 pmap_change_wiring(pmap_t pmap, vm_offset_t va, boolean_t wired) argument
[all...]
/freebsd-9.3-release/sys/i386/i386/
H A Dpmap.c1444 * Add a wired page to the kva.
1540 * Add a list of wired pages to the kva
1545 * over. The page *must* be wired.
2283 * Destroy every non-wired, 4 KB page mapping in the chunk.
2707 ("pmap_demote_pde: page table page for a wired mapping"
3458 * If specified, the page will be wired down, meaning
3467 vm_prot_t prot, boolean_t wired)
3525 * are valid mappings in them. Hence, if a user page is wired,
3528 if (wired && ((origpte & PG_W) == 0))
3530 else if (!wired
3465 pmap_enter(pmap_t pmap, vm_offset_t va, vm_prot_t access, vm_page_t m, vm_prot_t prot, boolean_t wired) argument
3982 pmap_change_wiring(pmap_t pmap, vm_offset_t va, boolean_t wired) argument
[all...]
/freebsd-9.3-release/sys/arm/arm/
H A Dpmap.c2698 /* Cannot remove wired or unmanaged pages now. */
2798 * add a wired page to the kva
2993 * Add a list of wired pages to the kva
2998 * over. The page *must* be wired.
3308 * If specified, the page will be wired down, meaning
3318 vm_prot_t prot, boolean_t wired)
3323 pmap_enter_locked(pmap, va, m, prot, wired, M_WAITOK);
3333 boolean_t wired, int flags)
3359 if (wired)
3362 "wired
3317 pmap_enter(pmap_t pmap, vm_offset_t va, vm_prot_t access, vm_page_t m, vm_prot_t prot, boolean_t wired) argument
3332 pmap_enter_locked(pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot, boolean_t wired, int flags) argument
3657 pmap_change_wiring(pmap_t pmap, vm_offset_t va, boolean_t wired) argument
[all...]
/freebsd-9.3-release/sys/dev/firewire/
H A Dsbp.c404 } wired[] = { variable in typeref:struct:__anon7873
423 /* XXX wired-down configuration should be gotten from
425 for (i = 0; wired[i].bus >= 0; i ++) {
426 if (wired[i].bus == bus) {
427 w[wired[i].target] = 1;
428 if (wired[i].eui.hi == fwdev->eui.hi &&
429 wired[i].eui.lo == fwdev->eui.lo)
430 target = wired[i].target;
442 /* non-wired target */
/freebsd-9.3-release/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c1578 int wired; local
1603 wired = wpa_s->conf->ap_scan == 0 &&
1610 os_memcmp(ssid, entry->ssid, ssid_len) == 0) || wired) &&
/freebsd-9.3-release/sys/amd64/amd64/
H A Dpmap.c1357 * Add a wired page to the kva.
1411 * Add a list of wired pages to the kva
1416 * over. The page *must* be wired.
2172 * Destroy every non-wired, 4 KB page mapping in the chunk.
2707 ("pmap_demote_pde: page table page for a wired mapping"
3439 * If specified, the page will be wired down, meaning
3448 vm_prot_t prot, boolean_t wired)
3479 if (wired)
3525 * are valid mappings in them. Hence, if a user page is wired,
3763 * 2. Not wired
3446 pmap_enter(pmap_t pmap, vm_offset_t va, vm_prot_t access, vm_page_t m, vm_prot_t prot, boolean_t wired) argument
3999 pmap_change_wiring(pmap_t pmap, vm_offset_t va, boolean_t wired) argument
[all...]

Completed in 413 milliseconds