/freebsd/sys/dev/drm2/ |
H A D | drm_buffer.c | 46 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 D | linux_page.c | 211 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 D | copy.c | 90 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 D | mm.h | 282 #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 D | balloon.c | 149 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 D | spl_uio.c | 175 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 D | abd_os.c | 280 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 D | zfs_uio.c | 513 unsigned long nr_pages; in zfs_uio_pin_user_pages() local
|
H A D | zpl_file.c | 453 struct list_head *pages, unsigned nr_pages) in zpl_readpages()
|
/freebsd/sys/dev/xen/blkback/ |
H A D | blkback.c | 292 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 D | memory.h | 594 xen_ulong_t nr_pages; member
|
H A D | xen.h | 848 unsigned long nr_pages; /* Total pages allocated to this domain. */ member
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_mem2.c | 2343 int nr_pages; in netmap_mem_ext_create() local
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt.h | 680 int nr_pages; member 698 uint32_t nr_pages; member
|
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/ |
H A D | linux_syscall_hooks.h | 1515 #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
|