/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
omap4-mcpdm.dtsi | 5 * Only include this file if your board has pdmclk wired from the
|
ste-href-tvk1281618-r2.dtsi | 101 * the falling edge if they could be wired together. 122 * the falling edge if they could be wired together. 159 * the falling edge if they could be wired together.
|
armada-385-db-ap.dts | 43 * This bus is wired to two EEPROM 78 * wired to the mini-USB connector
|
berlin2cd-valve-steamlink.dts | 71 * port wired to the on-board Steam Controller wireless receiver chip. */
|
kirkwood-nas2big.dts | 46 * wired to a separate GPIO.
|
omap3-evm-common.dtsi | 162 /* s4 not wired */
|
ste-dbx5x0.dtsi | 779 /* Same clock wired to kernel and pclk */ 796 /* Same clock wired to kernel and pclk */ 813 /* Same clock wired to kernel and pclk */ 830 /* Same clock wired to kernel and pclk */
|
stm32mp157c-ev1.dts | 354 * HW flow control USART3_RTS is optional, and isn't default wired to
|
/src/sys/fs/tmpfs/ |
tmpfs_mem.c | 104 if (size > uvmexp.wired) { 105 size -= uvmexp.wired;
|
/src/sys/ufs/chfs/ |
chfs_subr.c | 84 if (size > uvmexp.wired) { 85 size -= uvmexp.wired;
|
/src/sys/uvm/ |
uvm_stat.c | 81 (*pr)(" %d VM pages: %d active, %d inactive, %d wired, %d free\n", 82 uvmexp.npages, active, inactive, uvmexp.wired, freepg); 85 (*pr)(" freemin=%d, free-target=%d, wired-max=%d\n",
|
uvm_meter.c | 113 u.wired = uvmexp.wired;
|
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
|
uvm_page.c | 1121 * => caller must activate/deactivate page if it is not wired. 1513 * if the page was wired, unwire it now. 1518 atomic_dec_uint(&uvmexp.wired); 1770 atomic_inc_uint(&uvmexp.wired); 1795 KASSERT(uvmexp.wired != 0); 1796 atomic_dec_uint(&uvmexp.wired); 1804 * => caller must check to make sure page is not wired
|
uvm_mmap.c | 760 if (atop(size) + uvmexp.wired > uvmexp.wiredmax) 775 * sys_munlock: unlock wired pages 969 if (atop(size) + uvmexp.wired > uvmexp.wiredmax ||
|
uvm_pdaemon.c | 974 * XXX assume the worst case, ie. all wired pages are file-backed. 983 cpu_count_get(CPU_COUNT_FILEDIRTY) - uvmexp.wired);
|
/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/external/gpl2/dts/dist/arch/riscv/boot/dts/canaan/ |
sipeed_maix_dock.dts | 35 * the board is actually wired differently as defined here.
|
/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/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/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/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/ |
armada-ap80x.dtsi | 309 * remote channel wired to one sensor per CPU.
|