| /openbsd-src/sys/uvm/ |
| H A D | uvm_meter.c | 187 int paging; in uvm_total() 221 paging = 0; in uvm_total() 231 if (paging) in uvm_total() 336 (*pr)(" swpages=%d, swpginuse=%d, swpgonly=%d paging=%d\n", in uvmexp_print() 337 uexp.swpages, uexp.swpginuse, uexp.swpgonly, uexp.paging); in uvmexp_print()
|
| H A D | uvm_pdaemon.c | 167 * uvmpd_tune: tune paging parameters 218 /* ensure correct priority and set paging parameters... */ in uvm_pageout() 235 if (TAILQ_EMPTY(&uvm.pmr_control.allocs) || uvmexp.paging > 0) { in uvm_pageout() 249 (uvmexp.free + uvmexp.paging) + BUFPAGES_DEFICIT; in uvm_pageout() 306 if (uvmexp.free > uvmexp.reserve_kernel || uvmexp.paging == 0) { in uvm_pageout() 379 atomic_sub_int(&uvmexp.paging, npages); in uvmpd_trylockowner() 516 (uvmexp.paging >= (shortage - freed))) || in uvmpd_scan_inactive() 540 if (uvmexp.paging >= (shortage - freed) && in uvmpd_scan_inactive() 623 (uvmexp.paging > (shortage - freed))) { in uvmpd_scan_inactive() 784 atomic_add_int(&uvmexp.paging, npage in uvmpd_scan_inactive() [all...] |
| H A D | uvmexp.h | 63 int paging; /* [a] # of pages in the process of being paged out */ member
|
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | amdgpu_mes.h | 179 int paging; member 193 bool paging; member 223 uint32_t paging; member
|
| H A D | amdgpu_mes.c | 655 queue_input.paging = qprops->paging; in amdgpu_mes_add_hw_queue() 674 queue->paging = qprops->paging; in amdgpu_mes_add_hw_queue() 953 props->paging = false; in amdgpu_mes_ring_to_queue_props()
|
| H A D | mes_v10_1.c | 178 mes_add_queue_pkt.paging = input->paging; in mes_v10_1_add_hw_queue()
|
| H A D | mes_v11_0.c | 199 mes_add_queue_pkt.paging = input->paging; in mes_v11_0_add_hw_queue()
|
| /openbsd-src/sys/arch/i386/i386/ |
| H A D | mptramp.s | 163 # enable paging & NPX emulation 167 # ok, we're now running with paging enabled and sharing page tables with cpu0.
|
| H A D | locore0.S | 384 # enable paging & NPX emulation
|
| H A D | locore.s | 265 cpu_pae: .long 0 # are we using PAE paging mode?
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | att3b | 25 >18 beshort ^00010000 N/A on 3b2/300 w/paging
|
| /openbsd-src/gnu/llvm/lldb/utils/lui/ |
| H A D | Readme | 22 2. Missing paging in command-window
|
| /openbsd-src/usr.bin/systat/ |
| H A D | uvm.c | 73 { &uvmexp.paging, &last_uvmexp.paging, "paging",
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/emultempl/ |
| H A D | mmixelf.em | 38 full system with shared libraries and demand paging, you will want to
|
| /openbsd-src/gnu/usr.bin/binutils/ld/emultempl/ |
| H A D | mmixelf.em | 38 full system with shared libraries and demand paging, you will want to
|
| /openbsd-src/sys/dev/pci/drm/amd/include/ |
| H A D | mes_api_def.h | 258 uint32_t paging : 1; member
|
| H A D | mes_v11_api_def.h | 268 uint32_t paging : 1; member
|
| /openbsd-src/sys/dev/pci/ |
| H A D | if_iwxvar.h | 344 * @paging: paging dram data 345 * @paging_cnt: number of paging sections needed by fw image 351 struct iwx_dma_info *paging; member
|
| H A D | if_iwx.c | 610 if (!dram->paging) in iwx_ctxt_info_free_paging() 613 /* free paging*/ in iwx_ctxt_info_free_paging() 615 iwx_dma_contig_free(&dram->paging[i]); in iwx_ctxt_info_free_paging() 617 free(dram->paging, M_DEVBUF, dram->paging_cnt * sizeof(*dram->paging)); 619 dram->paging = NULL; in iwx_get_num_sections() 644 KASSERT(dram->paging == NULL); in iwx_init_fw_sec() 661 dram->paging = mallocarray(dram->paging_cnt, sizeof(*dram->paging), in iwx_init_fw_sec() 663 if (!dram->paging) { in iwx_init_fw_sec() [all...] |
| /openbsd-src/usr.bin/vmstat/ |
| H A D | vmstat.c | 509 (void)printf("%11u pages being paged out\n", uvmexp.paging); in dosum()
|
| /openbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | aic7xxx.seq | 114 /* In the non-paging case, the SCBID == hardware SCB index */ 1880 * SCB. With SCB paging, we must search for non-tagged 1882 * using SCB paging, we can use the tag as the direct index to the 2392 * candidates for paging out an SCB if one is needed for a new command.
|
| H A D | aic7xxx.reg | 1389 * paging. 1396 * not in use. Used for SCB paging.
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/doc/ |
| H A D | bfdt.texi | 386 on a BFD format which does not support demand paging.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/doc/ |
| H A D | bfdt.texi | 377 on a BFD format which does not support demand paging.
|
| /openbsd-src/sys/dev/pci/drm/amd/amdkfd/ |
| H A D | kfd_device_queue_manager.c | 226 queue_input.paging = false; in add_queue_mes()
|