| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | mm.h | 96 struct vm_area_struct { struct 115 TAILQ_ENTRY(vm_area_struct) vm_entry; argument 127 struct vm_area_struct *vma; 131 void (*open) (struct vm_area_struct *); 132 void (*close) (struct vm_area_struct *); 133 int (*fault) (struct vm_area_struct *, struct vm_fault *); 171 io_remap_pfn_range(struct vm_area_struct *vma, in io_remap_pfn_range() 193 remap_pfn_range(struct vm_area_struct *vma, unsigned long addr, in remap_pfn_range() 200 vma_pages(struct vm_area_struct *vma) in vma_pages() 238 struct vm_area_struct **); [all …]
|
| H A D | mm_types.h | 40 struct vm_area_struct; 44 struct vm_area_struct *mmap;
|
| H A D | fs.h | 54 struct vm_area_struct; 141 int (*mmap)(struct file *, struct vm_area_struct *); 299 call_mmap(struct linux_file *file, struct vm_area_struct *vma) in call_mmap()
|
| /freebsd-12.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_compat.c | 481 struct vm_area_struct *vmap; in linux_cdev_pager_fault() 528 struct vm_area_struct *vmap; in linux_cdev_pager_populate() 594 static TAILQ_HEAD(, vm_area_struct) linux_vma_head = 598 linux_cdev_handle_free(struct vm_area_struct *vmap) in linux_cdev_handle_free() 611 linux_cdev_handle_remove(struct vm_area_struct *vmap) in linux_cdev_handle_remove() 618 static struct vm_area_struct * 621 struct vm_area_struct *vmap; in linux_cdev_handle_find() 646 struct vm_area_struct *vmap; in linux_cdev_pager_dtor() 682 zap_vma_ptes(struct vm_area_struct *vma, unsigned long address, in zap_vma_ptes() 1231 struct vm_area_struct *vmap; in linux_file_mmap_single() [all …]
|
| H A D | linux_page.c | 272 struct page **pages, struct vm_area_struct **vmas) in get_user_pages_remote() 283 struct page **pages, struct vm_area_struct **vmas) in get_user_pages()
|
| /freebsd-12.1/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_umem.c | 92 struct vm_area_struct **vma_list; in ib_umem_get() 157 vma_list = (struct vm_area_struct **) __get_free_page(GFP_KERNEL); in ib_umem_get()
|
| H A D | ib_uverbs_main.c | 896 static int ib_uverbs_mmap(struct file *filp, struct vm_area_struct *vma) in ib_uverbs_mmap()
|
| /freebsd-12.1/sys/dev/drm2/radeon/ |
| H A D | radeon_object.h | 144 struct vm_area_struct *vma);
|
| H A D | radeon_prime.c | 91 static int radeon_gem_prime_mmap(struct dma_buf *dma_buf, struct vm_area_struct *vma) in radeon_gem_prime_mmap()
|
| H A D | radeon_drv.c | 89 int radeon_mmap(struct file *filp, struct vm_area_struct *vma);
|
| H A D | radeon_ttm.c | 803 static int radeon_ttm_fault(struct vm_area_struct *vma, struct vm_fault *vmf) in radeon_ttm_fault() 820 int radeon_mmap(struct file *filp, struct vm_area_struct *vma) in radeon_mmap()
|
| H A D | radeon_object.c | 399 struct vm_area_struct *vma) in radeon_bo_fbdev_mmap()
|
| /freebsd-12.1/sys/dev/drm2/ttm/ |
| H A D | ttm_bo_vm.c | 395 int ttm_fbdev_mmap(struct vm_area_struct *vma, struct ttm_buffer_object *bo)
|
| /freebsd-12.1/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_main.c | 1343 static void mlx5_ib_vma_open(struct vm_area_struct *area) in mlx5_ib_vma_open() 1357 static void mlx5_ib_vma_close(struct vm_area_struct *area) in mlx5_ib_vma_close() 1387 static int mlx5_ib_set_vma_data(struct vm_area_struct *vma, in mlx5_ib_set_vma_data() 1409 struct vm_area_struct *vma; in mlx5_ib_disassociate_ucontext() 1485 struct vm_area_struct *vma, in uar_mmap() 1541 static int mlx5_ib_mmap(struct ib_ucontext *ibcontext, struct vm_area_struct *vma) in mlx5_ib_mmap()
|
| H A D | mlx5_ib.h | 106 struct vm_area_struct *vma;
|
| /freebsd-12.1/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | provider.c | 181 static int c4iw_mmap(struct ib_ucontext *context, struct vm_area_struct *vma) in c4iw_mmap()
|
| /freebsd-12.1/sys/dev/mlx4/mlx4_ib/ |
| H A D | mlx4_ib.h | 87 struct vm_area_struct *vma;
|
| H A D | mlx4_ib_main.c | 1100 static void mlx4_ib_vma_open(struct vm_area_struct *area) in mlx4_ib_vma_open() 1114 static void mlx4_ib_vma_close(struct vm_area_struct *area) in mlx4_ib_vma_close() 1140 static void mlx4_ib_set_vma_data(struct vm_area_struct *vma, in mlx4_ib_set_vma_data() 1148 static int mlx4_ib_mmap(struct ib_ucontext *context, struct vm_area_struct *vma) in mlx4_ib_mmap()
|
| /freebsd-12.1/sys/dev/mthca/ |
| H A D | mthca_provider.c | 360 struct vm_area_struct *vma) in mthca_mmap_uar()
|
| /freebsd-12.1/sys/ofed/include/rdma/ |
| H A D | ib_verbs.h | 1941 struct vm_area_struct *vma);
|