Home
last modified time | relevance | path

Searched refs:wired (Results 1 – 25 of 63) sorted by relevance

123

/trueos/sys/cam/
HDcam_periph.c62 u_int newunit, int wired,
494 camperiphnextunit(struct periph_driver *p_drv, u_int newunit, int wired, in camperiphnextunit() argument
511 if (wired != 0) { in camperiphnextunit()
518 wired = 0; in camperiphnextunit()
522 if (wired) in camperiphnextunit()
555 int wired, i, val, dunit; in camperiphunit() local
564 for (wired = 0; resource_find_dev(&i, dname, &dunit, NULL, NULL) == 0; in camperiphunit()
565 wired = 0) { in camperiphunit()
569 wired++; in camperiphunit()
574 wired++; in camperiphunit()
[all …]
/trueos/sys/vm/
HDvm_fault.c249 ((fault_flags & VM_FAULT_CHANGE_WIRING) == 0 || wired))
298 boolean_t growstack, is_first_object_locked, wired; in vm_fault_hold() local
322 &fs.first_object, &fs.first_pindex, &prot, &wired); in vm_fault_hold()
359 if (wired) in vm_fault_hold()
381 fault_type | PMAP_ENTER_NOSLEEP | (wired ? PMAP_ENTER_WIRED : in vm_fault_hold()
394 if (!wired) in vm_fault_hold()
870 if (wired && (fault_flags & in vm_fault_hold()
923 &fs.entry, &retry_object, &retry_pindex, &retry_prot, &wired); in vm_fault_hold()
991 fault_type | (wired ? PMAP_ENTER_WIRED : 0), 0); in vm_fault_hold()
993 wired == 0) in vm_fault_hold()
[all …]
/trueos/sys/mips/mips/
HDtlb.c52 unsigned wired; member
283 tlb_state[cpu].wired = mips_rd_wired(); in tlb_save()
372 if (i == tlb_state[cpu].wired) { in DB_SHOW_COMMAND()
/trueos/sys/sys/mach/
HDhost_priv_server.h174 (host_priv, thread, wired) in thread_wire() argument
177 boolean_t wired;
178 { return thread_wire(host_priv, thread, wired); }
183 boolean_t wired
678 (host_priv, thread, wired) in thread_wire() argument
681 boolean_t wired;
682 { return thread_wire(host_priv, thread, wired); }
687 boolean_t wired
1189 boolean_t wired; member
/trueos/contrib/wpa/hostapd/
HDwired.conf8 driver=wired
/trueos/include/mach/
HDhost_priv.h174 (host_priv, thread, wired) in thread_wire() argument
177 boolean_t wired;
178 { return thread_wire(host_priv, thread, wired); }
183 boolean_t wired
669 boolean_t wired; member
/trueos/contrib/wpa/src/drivers/
HDdriver_ndis.h48 int wired; member
/trueos/sys/mips/conf/
HDSWARM.hints9 # The IDE interrupt is wired to GPIO4 (intsrc 36 to the interrupt mapper)
/trueos/sys/arm/conf/
HDNSLU.hints20 # NPE wired NICs, requires ixpqmgr
HDAVILA.hints22 # NPE wired NICs, requires ixpqmgr
HDCAMBRIA.hints31 # NPE wired NICs, requires ixpqmgr
/trueos/sys/gnu/dts/arm/
HDarmada-385-db-ap.dts86 * This bus is wired to two EEPROM
121 * wired to the mini-USB connector
HDomap3-evm-common.dtsi129 /* s4 not wired */
HDste-dbx5x0.dtsi745 /* Same clock wired to kernel and pclk */
760 /* Same clock wired to kernel and pclk */
775 /* Same clock wired to kernel and pclk */
790 /* Same clock wired to kernel and pclk */
/trueos/sys/compat/mach/
HDmach_host_priv.c144 boolean_t wired
/trueos/usr.sbin/bsdconfig/include/
HDnetwork_device.hlp10 computer and another PC. The link must be hard-wired as the SLIP
34 If a hard-wired connection to another FreeBSD (2.0R or later) machine
/trueos/sys/amd64/vmm/
HDvmm.c120 boolean_t wired; member
580 seg->wired = FALSE; in vm_malloc()
610 if (!seg->wired) in vm_gpa_unwire()
620 seg->wired = FALSE; in vm_gpa_unwire()
632 if (seg->wired) in vm_gpa_wire()
642 seg->wired = TRUE; in vm_gpa_wire()
669 KASSERT(seg->wired, ("vm(%s) memory segment %#lx/%ld not wired", in vm_iommu_modify()
796 seg->wired = vm->mem_segs[i].wired; in vm_gpabase2memseg()
/trueos/contrib/file/
HDTODO16 hard-wired routines). In this regard, note that hplip, which is
/trueos/tools/tools/net80211/scripts/
HDconfig36 test -z "$WIRED" && { echo "No wired device detected!"; exit; }
/trueos/sys/powerpc/powerpc/
HDmmu_if.m475 * page that are wired.
479 * @retval int the number of wired, managed mappings to the
532 * of wired physical pages.
617 * @brief Clear the wired attribute from the mappings for the specified range
846 * @brief Map a wired page into kernel virtual address space
858 * @brief Map a wired page into kernel virtual address space
/trueos/lib/libvmmapi/
HDvmmapi.c161 int *wired) in vm_get_memory_seg() argument
170 if (wired != NULL) in vm_get_memory_seg()
171 *wired = seg.wired; in vm_get_memory_seg()
HDvmmapi.h56 int *wired);
/trueos/sys/ia64/ia64/
HDpmap.c1318 boolean_t wired, boolean_t managed) in pmap_set_pte() argument
1325 pte->pte |= (wired) ? PTE_WIRED : 0; in pmap_set_pte()
1704 boolean_t icache_inval, managed, wired; in pmap_enter() local
1709 wired = (flags & PMAP_ENTER_WIRED) != 0; in pmap_enter()
1754 if (wired && !pmap_wired(&origpte)) in pmap_enter()
1756 else if (!wired && pmap_wired(&origpte)) in pmap_enter()
1799 if (wired) in pmap_enter()
1810 pmap_set_pte(pte, va, pa, wired, managed); in pmap_enter()
/trueos/sys/amd64/include/
HDvmm_dev.h40 int wired; member
/trueos/sys/sparc64/sparc64/
HDpmap.c1491 boolean_t wired; in pmap_enter_locked() local
1499 wired = (flags & PMAP_ENTER_WIRED) != 0; in pmap_enter_locked()
1513 pm->pm_context[curcpu], m, va, pa, prot, wired); in pmap_enter_locked()
1526 if (wired) { in pmap_enter_locked()
1549 if (wired) in pmap_enter_locked()
1604 if (wired) { in pmap_enter_locked()

123