Home
last modified time | relevance | path

Searched refs:vm_area_struct (Results 1 – 20 of 20) sorted by relevance

/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dmm.h96 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 Dmm_types.h40 struct vm_area_struct;
44 struct vm_area_struct *mmap;
H A Dfs.h54 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 Dlinux_compat.c481 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 Dlinux_page.c272 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 Dib_umem.c92 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 Dib_uverbs_main.c896 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 Dradeon_object.h144 struct vm_area_struct *vma);
H A Dradeon_prime.c91 static int radeon_gem_prime_mmap(struct dma_buf *dma_buf, struct vm_area_struct *vma) in radeon_gem_prime_mmap()
H A Dradeon_drv.c89 int radeon_mmap(struct file *filp, struct vm_area_struct *vma);
H A Dradeon_ttm.c803 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 Dradeon_object.c399 struct vm_area_struct *vma) in radeon_bo_fbdev_mmap()
/freebsd-12.1/sys/dev/drm2/ttm/
H A Dttm_bo_vm.c395 int ttm_fbdev_mmap(struct vm_area_struct *vma, struct ttm_buffer_object *bo)
/freebsd-12.1/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_main.c1343 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 Dmlx5_ib.h106 struct vm_area_struct *vma;
/freebsd-12.1/sys/dev/cxgbe/iw_cxgbe/
H A Dprovider.c181 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 Dmlx4_ib.h87 struct vm_area_struct *vma;
H A Dmlx4_ib_main.c1100 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 Dmthca_provider.c360 struct vm_area_struct *vma) in mthca_mmap_uar()
/freebsd-12.1/sys/ofed/include/rdma/
H A Dib_verbs.h1941 struct vm_area_struct *vma);