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

12

/freebsd-10.0-release/contrib/wpa/hostapd/
H A Dwired.conf4 # Example configuration file for wired authenticator. See hostapd.conf for
8 driver=wired
/freebsd-10.0-release/contrib/wpa/src/drivers/
H A Ddriver_ndis.h48 int wired; member in struct:wpa_driver_ndis_data
H A Ddriver_ndis.c648 if (drv->wired) {
650 * Report PAE group address as the "BSSID" for wired
671 if (drv->wired) {
673 "with a wired interface");
1462 if (drv->wired)
2919 "a wired interface");
2920 drv->wired = 1;
/freebsd-10.0-release/sys/mips/mips/
H A Dtlb.c52 unsigned wired; member in struct:tlb_state
248 * the TLB. Test every non-wired TLB entry.
283 tlb_state[cpu].wired = mips_rd_wired();
372 if (i == tlb_state[cpu].wired) {
376 db_printf("(No wired entries.)\n");
H A Dpmap.c565 * Initialize the wired TLB entry mapping the pcpu region for
813 * add a wired page to the kva
894 * Add a list of wired pages to the kva
899 * over. The page *must* be wired.
1411 * Destroy every non-wired, 4 KB page mapping in the chunk.
1990 * If specified, the page will be wired down, meaning
1999 vm_prot_t prot, boolean_t wired)
2016 if (wired)
2058 * wired, the PT page will be also.
2060 if (wired
1998 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
2435 pmap_change_wiring(pmap_t pmap, vm_offset_t va, boolean_t wired) argument
[all...]
/freebsd-10.0-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-10.0-release/sys/powerpc/powerpc/
H A Dpmap_dispatch.c103 pmap_change_wiring(pmap_t pmap, vm_offset_t va, boolean_t wired) argument
106 CTR4(KTR_PMAP, "%s(%p, %#x, %u)", __func__, pmap, va, wired);
107 MMU_CHANGE_WIRING(mmu_obj, pmap, va, wired);
148 vm_prot_t prot, boolean_t wired)
152 access, p, prot, wired);
153 MMU_ENTER(mmu_obj, pmap, va, p, prot, wired);
147 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-10.0-release/sys/amd64/include/
H A Dvmm_dev.h40 int wired; member in struct:vm_memory_segment
/freebsd-10.0-release/sys/amd64/vmm/
H A Dvmm.c102 boolean_t wired; member in struct:mem_seg
443 seg->wired = FALSE;
458 if (!seg->wired)
468 seg->wired = FALSE;
480 if (seg->wired)
490 seg->wired = TRUE;
517 KASSERT(seg->wired, ("vm(%s) memory segment %#lx/%ld not wired",
579 * - the guest physical memory is wired
644 seg->wired
[all...]
/freebsd-10.0-release/sys/vm/
H A Dvm_fault.c191 ((fault_flags & VM_FAULT_CHANGE_WIRING) == 0 || wired))
240 boolean_t growstack, is_first_object_locked, wired; local
263 &fs.first_object, &fs.first_pindex, &prot, &wired);
312 if (wired)
752 if (wired && (fault_flags &
805 &fs.entry, &retry_object, &retry_pindex, &retry_prot, &wired);
906 pmap_enter(fs.map->pmap, vaddr, fault_type, fs.m, prot, wired);
907 if ((fault_flags & VM_FAULT_CHANGE_WIRING) == 0 && wired == 0)
913 * If the page is not wired down, then put it where the pageout daemon
917 if (wired)
[all...]
/freebsd-10.0-release/lib/libvmmapi/
H A Dvmmapi.h50 int *wired);
H A Dvmmapi.c155 int *wired)
164 if (wired != NULL)
165 *wired = seg.wired;
154 vm_get_memory_seg(struct vmctx *ctx, vm_paddr_t gpa, size_t *ret_len, int *wired) argument
/freebsd-10.0-release/sys/ia64/ia64/
H A Dpmap.c810 * Destroy every non-wired, 8 KB page mapping in the chunk.
1309 boolean_t wired, boolean_t managed)
1316 pte->pte |= (wired) ? PTE_WIRED : 0;
1423 * Add a list of wired pages to the kva this routine is only used for
1426 * over. The page is effectively wired, but it's customary to not have
1470 * Add a wired page to the kva. As for pmap_qenter(), it's customary
1656 * If specified, the page will be wired down, meaning
1665 vm_prot_t prot, boolean_t wired)
1713 * are valid mappings in them. Hence, if a user page is wired,
1716 if (wired
1308 pmap_set_pte(struct ia64_lpte *pte, vm_offset_t va, vm_offset_t pa, boolean_t wired, boolean_t managed) argument
1664 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-10.0-release/sys/mips/include/
H A Dcpufunc.h256 MIPS_RW32_COP0(wired, MIPS_COP_0_TLB_WIRED);
/freebsd-10.0-release/sys/sparc64/sparc64/
H A Dpmap.c148 * will be wired down.
153 vm_prot_t prot, boolean_t wired);
1023 * Map a wired page into kernel virtual address space.
1068 * Map a wired page into kernel virtual address space. This additionally
1087 * Remove a wired page from kernel virtual address space.
1138 * Map a list of wired pages into kernel virtual address space. This is
1460 * will be wired down.
1464 vm_prot_t prot, boolean_t wired)
1469 pmap_enter_locked(pm, va, m, prot, wired);
1477 * will be wired dow
1463 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
1482 pmap_enter_locked(pmap_t pm, vm_offset_t va, vm_page_t m, vm_prot_t prot, boolean_t wired) argument
1672 pmap_change_wiring(pmap_t pm, vm_offset_t va, boolean_t wired) argument
[all...]
/freebsd-10.0-release/usr.sbin/bhyvectl/
H A Dbhyvectl.c394 int wired; local
830 error = vm_get_memory_seg(ctx, gpa, &len, &wired);
833 wired ? " wired" : "");
838 error = vm_get_memory_seg(ctx, gpa, &len, &wired);
841 wired ? " wired" : "");
/freebsd-10.0-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.
1522 * will be wired down.
1526 vm_prot_t prot, boolean_t wired)
1531 mmu_booke_enter_locked(mmu, pmap, va, m, prot, wired);
1538 vm_prot_t prot, boolean_t wired)
1550 // "pa=0x%08x prot=0x%08x wired=%d)\n",
1552 // (u_int32_t)m, va, pa, prot, wired);
1582 if (wired) {
1677 /* If its wired updat
1525 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
1537 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
2361 mmu_booke_change_wiring(mmu_t mmu, pmap_t pmap, vm_offset_t va, boolean_t wired) argument
[all...]
/freebsd-10.0-release/sys/powerpc/aim/
H A Dmmu_oea.c1024 moea_change_wiring(mmu_t mmu, pmap_t pm, vm_offset_t va, boolean_t wired) argument
1032 if (wired) {
1114 * will be wired down.
1118 boolean_t wired)
1123 moea_enter_locked(pmap, va, m, prot, wired);
1131 * will be wired down.
1137 boolean_t wired)
1182 if (wired)
1492 * Map a wired page into kernel virtual address space.
1552 * Remove a wired pag
1117 moea_enter(mmu_t mmu, pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot, boolean_t wired) argument
1136 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.c1014 moea64_change_wiring(mmu_t mmu, pmap_t pm, vm_offset_t va, boolean_t wired) argument
1028 if (wired) {
1044 } else if (wired) {
1232 * will be wired down.
1237 vm_prot_t prot, boolean_t wired)
1281 if (wired)
1672 * Map a wired page into kernel virtual address space.
1728 * Remove a wired page from kernel virtual address space.
1793 * that are wired.
2006 * Map a list of wired page
1236 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-10.0-release/sys/i386/xen/
H A Dpmap.c1174 * Add a wired page to the kva.
1249 * Add a list of wired pages to the kva
1254 * 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);
2716 * are valid mappings in them. Hence, if a user page is wired,
2719 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-10.0-release/sys/arm/arm/
H A Dpmap-v6.c2224 /* Cannot remove wired pages now. */
2368 * add a wired page to the kva
2504 * Add a list of wired pages to the kva
2509 * over. The page *must* be wired.
2902 * If specified, the page will be wired down, meaning
2912 vm_prot_t prot, boolean_t wired)
2917 pmap_enter_locked(pmap, va, access, m, prot, wired, M_WAITOK);
2927 vm_prot_t prot, boolean_t wired, int flags)
2966 if (wired)
2970 "prot = %x, wired
2911 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
2926 pmap_enter_locked(pmap_t pmap, vm_offset_t va, vm_prot_t access, vm_page_t m, vm_prot_t prot, boolean_t wired, int flags) argument
3230 pmap_change_wiring(pmap_t pmap, vm_offset_t va, boolean_t wired) argument
[all...]
H A Dpmap.c2667 /* Cannot remove wired or unmanaged pages now. */
2767 * add a wired page to the kva
2967 * Add a list of wired pages to the kva
2972 * over. The page *must* be wired.
3280 * If specified, the page will be wired down, meaning
3290 vm_prot_t prot, boolean_t wired)
3295 pmap_enter_locked(pmap, va, m, prot, wired, M_WAITOK);
3305 boolean_t wired, int flags)
3331 if (wired)
3334 "wired
3289 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
3304 pmap_enter_locked(pmap_t pmap, vm_offset_t va, vm_page_t m, vm_prot_t prot, boolean_t wired, int flags) argument
3631 pmap_change_wiring(pmap_t pmap, vm_offset_t va, boolean_t wired) argument
[all...]
/freebsd-10.0-release/sys/kern/
H A Duipc_shm.c992 boolean_t wired; local
1005 &obj, &pindex, &prot, &wired);
/freebsd-10.0-release/sys/i386/i386/
H A Dpmap.c1422 * Add a wired page to the kva.
1518 * Add a list of wired pages to the kva
1523 * over. The page *must* be wired.
2223 * Destroy every non-wired, 4 KB page mapping in the chunk.
2648 ("pmap_demote_pde: page table page for a wired mapping"
3444 * If specified, the page will be wired down, meaning
3453 vm_prot_t prot, boolean_t wired)
3510 * are valid mappings in them. Hence, if a user page is wired,
3513 if (wired && ((origpte & PG_W) == 0))
3515 else if (!wired
3451 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
3968 pmap_change_wiring(pmap_t pmap, vm_offset_t va, boolean_t wired) argument
[all...]
/freebsd-10.0-release/sys/dev/firewire/
H A Dsbp.c405 } wired[] = { variable in typeref:struct:__anon8340
424 /* XXX wired-down configuration should be gotten from
426 for (i = 0; wired[i].bus >= 0; i ++) {
427 if (wired[i].bus == bus) {
428 w[wired[i].target] = 1;
429 if (wired[i].eui.hi == fwdev->eui.hi &&
430 wired[i].eui.lo == fwdev->eui.lo)
431 target = wired[i].target;
443 /* non-wired target */

Completed in 419 milliseconds

12