Symbol: vm_area_struct
sys/dev/drm/amd/amdgpu/amdgpu_gem.h
55
int amdgpu_gem_prime_mmap(struct drm_gem_object *obj, struct vm_area_struct *vma);
sys/dev/drm/amd/amdgpu/amdgpu_object.c
1089
struct vm_area_struct *vma)
sys/dev/drm/amd/amdgpu/amdgpu_object.h
255
struct vm_area_struct *vma);
sys/dev/drm/amd/amdgpu/amdgpu_prime.c
108
int amdgpu_gem_prime_mmap(struct drm_gem_object *obj, struct vm_area_struct *vma)
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
1996
int amdgpu_mmap(struct file *filp, struct vm_area_struct *vma)
sys/dev/drm/amd/amdgpu/amdgpu_ttm.c
854
struct vm_area_struct *vma;
sys/dev/drm/amd/amdgpu/amdgpu_ttm.h
102
int amdgpu_mmap(struct file *filp, struct vm_area_struct *vma);
sys/dev/drm/drm_fb_helper.c
3089
static int drm_fbdev_fb_mmap(struct fb_info *info, struct vm_area_struct *vma)
sys/dev/drm/drm_gem.c
891
void drm_gem_vm_open(struct vm_area_struct *vma)
sys/dev/drm/drm_gem.c
906
void drm_gem_vm_close(struct vm_area_struct *vma)
sys/dev/drm/drm_gem.c
940
struct vm_area_struct *vma)
sys/dev/drm/drm_gem.c
984
int drm_gem_mmap(struct file *filp, struct vm_area_struct *vma)
sys/dev/drm/drm_prime.c
477
int drm_gem_dmabuf_mmap(struct dma_buf *dma_buf, struct vm_area_struct *vma)
sys/dev/drm/i915/i915_drv.h
3869
int remap_io_mapping(struct vm_area_struct *vma,
sys/dev/drm/i915/i915_gem.c
1877
__vma_matches(struct vm_area_struct *vma, struct file *filp,
sys/dev/drm/i915/i915_gem.c
2020
struct vm_area_struct *vma;
sys/dev/drm/i915/i915_gem.c
2232
struct vm_area_struct *area;
sys/dev/drm/i915/i915_gem.c
2244
struct vm_area_struct vmas;
sys/dev/drm/i915/i915_gem_dmabuf.c
149
static int i915_gem_dmabuf_mmap(struct dma_buf *dma_buf, struct vm_area_struct *vma)
sys/dev/drm/i915/i915_mm.c
61
int remap_io_mapping(struct vm_area_struct *vma,
sys/dev/drm/include/drm/drm_drv.h
505
struct vm_area_struct *vma);
sys/dev/drm/include/drm/drm_gem.h
202
void drm_gem_vm_open(struct vm_area_struct *vma);
sys/dev/drm/include/drm/drm_gem.h
203
void drm_gem_vm_close(struct vm_area_struct *vma);
sys/dev/drm/include/drm/drm_gem.h
205
struct vm_area_struct *vma);
sys/dev/drm/include/drm/drm_gem.h
206
int drm_gem_mmap(struct file *filp, struct vm_area_struct *vma);
sys/dev/drm/include/drm/drm_gem_cma_helper.h
101
struct vm_area_struct *vma);
sys/dev/drm/include/drm/drm_gem_cma_helper.h
76
int drm_gem_cma_mmap(struct file *filp, struct vm_area_struct *vma);
sys/dev/drm/include/drm/drm_prime.h
99
int drm_gem_dmabuf_mmap(struct dma_buf *dma_buf, struct vm_area_struct *vma);
sys/dev/drm/include/drm/ttm/ttm_bo_api.h
754
int ttm_fbdev_mmap(struct vm_area_struct *vma, struct ttm_buffer_object *bo);
sys/dev/drm/include/drm/ttm/ttm_bo_api.h
766
int ttm_bo_mmap(struct file *filp, struct vm_area_struct *vma,
sys/dev/drm/include/linux/dma-buf.h
54
int (*mmap)(struct dma_buf *, struct vm_area_struct *vma);
sys/dev/drm/include/linux/fs.h
54
struct vm_area_struct;
sys/dev/drm/include/linux/fs.h
77
int (*mmap) (struct file *, struct vm_area_struct *);
sys/dev/drm/include/linux/mm.h
111
io_remap_pfn_range(struct vm_area_struct *vma,
sys/dev/drm/include/linux/mm.h
122
vma_pages(struct vm_area_struct *vma)
sys/dev/drm/include/linux/mm.h
203
struct vm_area_struct **vmas);
sys/dev/drm/include/linux/mm.h
67
struct vm_area_struct *vma;
sys/dev/drm/include/linux/mm.h
82
int (*fault)(struct vm_area_struct *vma, struct vm_fault *vmf);
sys/dev/drm/include/linux/mm.h
83
void (*open)(struct vm_area_struct *vma);
sys/dev/drm/include/linux/mm.h
84
void (*close)(struct vm_area_struct *vma);
sys/dev/drm/include/linux/mm.h
85
int (*access)(struct vm_area_struct *vma, unsigned long addr,
sys/dev/drm/linux_shmem.c
124
struct vm_area_struct **vmas)
sys/dev/drm/radeon/radeon_drv.c
138
int radeon_mmap(struct file *filp, struct vm_area_struct *vma);
sys/dev/drm/radeon/radeon_ttm.c
1016
int radeon_mmap(struct file *filp, struct vm_area_struct *vma)
sys/dev/drm/radeon/radeon_ttm.c
563
struct vm_area_struct *vma;
sys/dev/drm/ttm/ttm_bo_vm.c
109
static int ttm_bo_vm_fault(struct vm_area_struct *vma, struct vm_fault *vmf)
sys/dev/drm/ttm/ttm_bo_vm.c
129
struct vm_area_struct cvma;
sys/dev/drm/ttm/ttm_bo_vm.c
303
static void ttm_bo_vm_open(struct vm_area_struct *vma)
sys/dev/drm/ttm/ttm_bo_vm.c
316
static void ttm_bo_vm_close(struct vm_area_struct *vma)
sys/dev/drm/ttm/ttm_bo_vm.c
363
static int ttm_bo_vm_access(struct vm_area_struct *vma, unsigned long addr,
sys/dev/drm/ttm/ttm_bo_vm.c
431
int ttm_bo_mmap(struct file *filp, struct vm_area_struct *vma,
sys/dev/drm/ttm/ttm_bo_vm.c
476
int ttm_fbdev_mmap(struct vm_area_struct *vma, struct ttm_buffer_object *bo)
sys/dev/drm/ttm/ttm_bo_vm.c
511
struct vm_area_struct cvma;
sys/dev/drm/ttm/ttm_bo_vm.c
519
struct vm_area_struct vmas;
sys/dev/drm/ttm/ttm_bo_vm.c
520
struct vm_area_struct *vma = &vmas;
sys/dev/drm/ttm/ttm_bo_vm.c
780
struct vm_area_struct vma;
sys/dev/drm/ttm/ttm_bo_vm.c
856
int ttm_fbdev_mmap(struct vm_area_struct *vma, struct ttm_buffer_object *bo)