Searched refs:vm_ops (Results 51 - 75 of 157) sorted by relevance

1234567

/linux-master/drivers/gpu/drm/
H A Ddrm_gem_dma_helper.c54 .vm_ops = &drm_gem_dma_vm_ops,
H A Ddrm_gem.c1023 * vm_ops. Depending on their requirements, GEM objects can either
1024 * provide a fault handler in their vm_ops (in which case any accesses to
1038 * size, or if no vm_ops are provided.
1058 vma->vm_ops = obj->funcs->vm_ops;
1066 if (!vma->vm_ops) {
/linux-master/drivers/gpu/drm/gma500/
H A Dfbdev.c108 vma->vm_ops = &psb_fbdev_vm_ops;
/linux-master/fs/ext2/
H A Dfile.c131 vma->vm_ops = &ext2_dax_vm_ops;
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_gem.c239 .vm_ops = &drm_gem_shmem_vm_ops,
/linux-master/drivers/misc/ocxl/
H A Dcontext.c209 vma->vm_ops = &ocxl_vmops;
/linux-master/drivers/video/fbdev/core/
H A Dfb_defio.c207 /* vm_ops->page_mkwrite handler */
228 vma->vm_ops = &fb_deferred_io_vm_ops;
/linux-master/fs/vboxsf/
H A Dfile.c174 vma->vm_ops = &vboxsf_file_vm_ops;
/linux-master/fs/
H A Dcoredump.c1049 * If this changes, a new vm_ops field can easily be added.
1051 if (vma->vm_ops && vma->vm_ops->name && vma->vm_ops->name(vma))
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dfile.c297 vma->vm_ops = &spufs_mem_mmap_vmops;
387 vma->vm_ops = &spufs_cntl_mmap_vmops;
1049 vma->vm_ops = &spufs_signal1_mmap_vmops;
1185 vma->vm_ops = &spufs_signal2_mmap_vmops;
1308 vma->vm_ops = &spufs_mss_mmap_vmops;
1370 vma->vm_ops = &spufs_psmap_mmap_vmops;
1430 vma->vm_ops = &spufs_mfc_mmap_vmops;
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gem.c299 * vm_ops.open/drm_gem_mmap_obj and close get and put
1113 static const struct vm_operations_struct vm_ops = { variable in typeref:struct:vm_operations_struct
1128 .vm_ops = &vm_ops,
/linux-master/drivers/xen/
H A Dprivcmd.c511 vma->vm_ops != &privcmd_vm_ops) {
766 if (!vma || vma->vm_ops != &privcmd_vm_ops) {
1600 vma->vm_ops = &privcmd_vm_ops;
H A Dgntalloc.c530 vma->vm_ops = &gntalloc_vmops;
/linux-master/fs/orangefs/
H A Dfile.c416 vma->vm_ops = &orangefs_file_vm_ops;
/linux-master/drivers/dma-buf/
H A Dudmabuf.c57 vma->vm_ops = &udmabuf_vm_ops;
/linux-master/drivers/dax/
H A Ddevice.c304 vma->vm_ops = &dax_vm_ops;
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_gem.c279 .vm_ops = &drm_gem_dma_vm_ops,
/linux-master/drivers/misc/sgi-gru/
H A Dgrufile.c107 vma->vm_ops = &gru_vm_ops;
/linux-master/arch/powerpc/platforms/book3s/
H A Dvas-api.c539 vma->vm_ops = &vas_vm_ops;
/linux-master/drivers/dma-buf/heaps/
H A Dcma_heap.c187 vma->vm_ops = &dma_heap_vm_ops;
/linux-master/fs/erofs/
H A Ddata.c438 vma->vm_ops = &erofs_dax_vm_ops;
/linux-master/drivers/gpu/drm/lima/
H A Dlima_gem.c222 .vm_ops = &drm_gem_shmem_vm_ops,
/linux-master/drivers/accel/ivpu/
H A Divpu_gem.c256 .vm_ops = &drm_gem_shmem_vm_ops,
/linux-master/include/linux/
H A Dkernfs.h268 const struct vm_operations_struct *vm_ops; member in struct:kernfs_open_file
/linux-master/fs/9p/
H A Dvfs_file.c472 vma->vm_ops = &v9fs_mmap_file_vm_ops;

Completed in 279 milliseconds

1234567