/openbsd-src/sys/uvm/ |
H A D | uvm_pager.c | 252 uvm_pagermapin(struct vm_page ** pps,int npages,int flags) uvm_pagermapin() argument 305 uvm_pagermapout(vaddr_t kva,int npages) uvm_pagermapout() argument 349 uvm_mk_pcluster(struct uvm_object * uobj,struct vm_page ** pps,int * npages,struct vm_page * center,int flags,voff_t mlo,voff_t mhi) uvm_mk_pcluster() argument 496 uvm_pager_put(struct uvm_object * uobj,struct vm_page * pg,struct vm_page *** ppsp_ptr,int * npages,int flags,voff_t start,voff_t stop) uvm_pager_put() argument 660 uvm_pager_dropcluster(struct uvm_object * uobj,struct vm_page * pg,struct vm_page ** ppsp,int * npages,int flags) uvm_pager_dropcluster() argument 755 uvm_aio_aiodone_pages(struct vm_page ** pgs,int npages,boolean_t write,int error) uvm_aio_aiodone_pages() argument 837 int npages = bp->b_bufsize >> PAGE_SHIFT; uvm_aio_aiodone() local [all...] |
H A D | uvm_swap.c | 309 int npages; in uvm_swap_initcrypt_all() local 324 uvm_swap_initcrypt(struct swapdev *sdp, int npages) in uvm_swap_initcrypt() argument 342 uvm_swap_allocpages(struct vm_page **pps, int npages, int flags) in uvm_swap_allocpages() argument 382 uvm_swap_freepages(struct vm_page ** pps,int npages) uvm_swap_freepages() argument 411 uvm_swap_markdecrypt(struct swapdev * sdp,int startslot,int npages,int decrypt) uvm_swap_markdecrypt() argument 593 swapdrum_add(struct swapdev * sdp,int npages) swapdrum_add() argument 883 int error, npages, nblocks, size; swap_on() local 1051 int npages = sdp->swd_npages; swap_off() local 1644 uvm_swap_put(int swslot,struct vm_page ** ppsp,int npages,int flags) uvm_swap_put() argument 1688 uvm_swap_io(struct vm_page ** pps,int startslot,int npages,int flags) global() argument [all...] |
H A D | uvm_vnode.c | 605 int npages, result, lcv; uvn_flush() local 900 uvn_put(struct uvm_object * uobj,struct vm_page ** pps,int npages,int flags) uvn_put() argument 1164 uvn_io(struct uvm_vnode * uvn,vm_page_t * pps,int npages,int flags,int rw) uvn_io() argument [all...] |
H A D | uvm_object.c | 130 int i, npages, left, error; in uvm_obj_wire() local
|
H A D | uvm_device.c | 314 udv_fault(struct uvm_faultinfo * ufi,vaddr_t vaddr,vm_page_t * pps,int npages,int centeridx,vm_fault_t fault_type,vm_prot_t access_type,int flags) udv_fault() argument
|
H A D | uvm_fault.c | 205 int npages; uvmfault_init() local 546 int npages; global() member [all...] |
H A D | uvm_unix.c | 174 int nsegment, absent, npages, i, error; in uvm_coredump_walk_amap() local
|
/openbsd-src/sys/dev/pci/drm/i915/selftests/ |
H A D | scatterlist.c | 53 unsigned int npages = npages_fn(n, pt->st.nents, rnd); in expect_pfn_sg() local 209 unsigned long npages) in page_contiguous() 242 unsigned long npages = npages_fn(n, count, rnd); in alloc_table() local 292 const npages_fn_t *npages; in igt_sg_alloc() local 334 const npages_fn_t *npages; in igt_sg_trim() local
|
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/ |
H A D | kfd_migrate.c | 49 svm_migrate_gart_map(struct amdgpu_ring *ring, uint64_t npages, in svm_migrate_gart_map() 125 uint64_t *vram, uint64_t npages, in svm_migrate_copy_memory_gart() 294 uint64_t npages = migrate->cpages; in svm_migrate_copy_to_vram() local 399 uint64_t npages = (end - start) >> PAGE_SHIFT; in svm_migrate_vma_to_vram() local 582 dma_addr_t *scratch, uint64_t npages) in svm_migrate_copy_to_ram() 690 uint64_t npages = (end - start) >> PAGE_SHIFT; in svm_migrate_vma_to_ram() local
|
H A D | kfd_svm.c | 160 unsigned long offset, unsigned long npages, in svm_range_dma_map_dev() argument 206 unsigned long offset, unsigned long npages, in svm_range_dma_map() argument 235 unsigned long offset, unsigned long npages) in svm_range_dma_unmap() argument 931 uint64_t npages = last - start + 1; svm_range_split_pages() local 949 uint64_t npages = last - start + 1; svm_range_split_nodes() local 1359 svm_range_map_to_gpu(struct kfd_process_device * pdd,struct svm_range * prange,unsigned long offset,unsigned long npages,bool readonly,dma_addr_t * dma_addr,struct amdgpu_device * bo_adev,struct dma_fence ** fence,bool flush_tlb) svm_range_map_to_gpu() argument 1436 svm_range_map_to_gpus(struct svm_range * prange,unsigned long offset,unsigned long npages,bool readonly,unsigned long * bitmap,bool wait,bool flush_tlb) svm_range_map_to_gpus() argument 1678 unsigned long npages; svm_range_validate_and_map() local [all...] |
/openbsd-src/sys/dev/pci/drm/i915/gem/selftests/ |
H A D | mock_dmabuf.h | 13 int npages; member
|
H A D | huge_gem_object.c | 32 unsigned int npages; /* restricted by sg_alloc_table */ in huge_get_pages() local
|
H A D | mock_dmabuf.c | 98 static struct dma_buf *mock_dmabuf(int npages) in mock_dmabuf()
|
/openbsd-src/usr.bin/mandoc/ |
H A D | dba_read.c | 43 int32_t im, ip, iv, npages; in dba_read() local
|
/openbsd-src/regress/usr.bin/mandoc/db/mlinks/ |
H A D | mlinks.c | 37 int32_t i, npages; in main() local
|
/openbsd-src/regress/sys/uvm/vnode/ |
H A D | test-deadlock.c | 36 static int npages = 2; variable
|
/openbsd-src/usr.sbin/lpr/filters/ |
H A D | lpf.c | 55 int npages = 1; variable
|
/openbsd-src/sys/dev/pci/drm/i915/gem/ |
H A D | i915_gem_internal.c | 39 unsigned int npages; /* restricted by sg_alloc_table */ in i915_gem_object_get_pages_internal() local
|
/openbsd-src/sys/arch/amd64/amd64/ |
H A D | efi_machdep.c | 142 int npages = desc->NumberOfPages; in efi_map_runtime() local
|
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_hmm.c | 169 uint64_t start, uint64_t npages, bool readonly, in amdgpu_hmm_range_get_pages()
|
/openbsd-src/lib/libc/db/hash/ |
H A D | hash_buf.c | 299 int npages; in __buf_init() local
|
/openbsd-src/regress/usr.bin/mandoc/db/dbm_dump/ |
H A D | dbm_dump.c | 80 int32_t i, npages; in dump_pages() local
|
/openbsd-src/lib/libc/include/ |
H A D | mpool.h | 69 pgno_t npages; /* number of pages in the file */ member
|
/openbsd-src/sys/dev/pci/drm/ |
H A D | drm_gem_dma_helper.c | 187 off_t offset, vaddr_t vaddr, vm_page_t *pps, int npages, int centeridx, in drm_gem_dma_fault() argument
|
/openbsd-src/sys/arch/arm64/dev/ |
H A D | efi_machdep.c | 191 int npages = desc->NumberOfPages; in efi_map_runtime() local
|