Home
last modified time | relevance | path

Searched defs:nr_pages (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/drm2/
H A Ddrm_buffer.c46 int nr_pages = size / PAGE_SIZE + 1; in drm_buffer_alloc() local
75 int nr_pages = size / PAGE_SIZE + 1; in drm_buffer_copy_from_user() local
110 int nr_pages = buf->size / PAGE_SIZE + 1; in drm_buffer_free() local
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c211 linux_get_user_pages_internal(vm_map_t map, unsigned long start, int nr_pages, in linux_get_user_pages_internal()
225 __get_user_pages_fast(unsigned long start, int nr_pages, int write, in __get_user_pages_fast()
269 unsigned long start, unsigned long nr_pages, unsigned int gup_flags, in get_user_pages_remote()
280 lkpi_get_user_pages(unsigned long start, unsigned long nr_pages, in lkpi_get_user_pages()
/freebsd/stand/efi/loader/
H A Dcopy.c90 efi_verify_staging_size(unsigned long *nr_pages) in efi_verify_staging_size()
313 unsigned long nr_pages; in efi_copy_init() local
362 unsigned long nr_pages; in efi_check_space() local
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dmm.h282 #define get_user_pages(start, nr_pages, gup_flags, pages) \ argument
285 #define get_user_pages(start, nr_pages, gup_flags, pages, vmas) \ argument
291 pin_user_pages(unsigned long start, unsigned long nr_pages, in pin_user_pages()
298 pin_user_pages(unsigned long start, unsigned long nr_pages, in pin_user_pages()
311 pin_user_pages_fast(unsigned long start, int nr_pages, in pin_user_pages_fast()
326 unsigned long start, unsigned long nr_pages, in pin_user_pages_remote()
/freebsd/sys/dev/xen/balloon/
H A Dballoon.c149 increase_reservation(unsigned long nr_pages) in increase_reservation()
209 decrease_reservation(unsigned long nr_pages) in decrease_reservation()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_uio.c175 zfs_uio_hold_pages(unsigned long start, size_t len, int nr_pages, in zfs_uio_hold_pages()
210 zfs_uio_get_user_pages(unsigned long start, int nr_pages, in zfs_uio_get_user_pages()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c280 unsigned int nr_pages = abd_chunkcnt_for_bytes(size); in abd_alloc_chunks() local
399 int nr_pages = abd_chunkcnt_for_bytes(size); in abd_alloc_chunks() local
448 int nr_pages = ABD_SCATTER(abd).abd_nents; in abd_free_chunks() local
485 int nr_pages = abd_chunkcnt_for_bytes(SPA_MAXBLOCKSIZE); in abd_alloc_zero_scatter() local
H A Dzfs_uio.c513 unsigned long nr_pages; in zfs_uio_pin_user_pages() local
H A Dzpl_file.c453 struct list_head *pages, unsigned nr_pages) in zpl_readpages()
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c292 int nr_pages; member
908 xbb_get_kva(struct xbb_softc *xbb, int nr_pages) in xbb_get_kva()
992 xbb_free_kva(struct xbb_softc *xbb, uint8_t *kva_ptr, int nr_pages) in xbb_free_kva()
/freebsd/sys/contrib/xen/
H A Dmemory.h594 xen_ulong_t nr_pages; member
H A Dxen.h848 unsigned long nr_pages; /* Total pages allocated to this domain. */ member
/freebsd/sys/dev/netmap/
H A Dnetmap_mem2.c2343 int nr_pages; in netmap_mem_ext_create() local
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt.h680 int nr_pages; member
698 uint32_t nr_pages; member
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1515 #define __sanitizer_syscall_pre_move_pages(pid, nr_pages, pages, nodes, \ argument
1520 #define __sanitizer_syscall_post_move_pages(res, pid, nr_pages, pages, nodes, \ argument