Searched refs:vm_ops (Results 76 - 100 of 157) sorted by last modified time

1234567

/linux-master/drivers/comedi/
H A Dcomedi_fops.c2413 vma->vm_ops = &comedi_vm_ops;
2416 vma->vm_ops->open(vma);
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c1109 vma->vm_ops = &mmap_user_ops;
1116 /* vm_ops.open won't be called for mmap itself. */
/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-dma-sg.c352 vma->vm_ops = &vb2_common_vm_ops;
354 vma->vm_ops->open(vma);
H A Dvideobuf2-dma-contig.c297 vma->vm_ops = &vb2_common_vm_ops;
299 vma->vm_ops->open(vma);
H A Dvideobuf2-vmalloc.c195 vma->vm_ops = &vb2_common_vm_ops;
197 vma->vm_ops->open(vma);
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_gem.c1279 .vm_ops = &omap_gem_vm_ops,
/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/gpu/drm/imagination/
H A Dpvr_gem.c50 .vm_ops = &drm_gem_shmem_vm_ops,
/linux-master/drivers/accel/habanalabs/common/
H A Dmemory.c1504 vma->vm_ops = &hw_block_vm_ops;
/linux-master/kernel/
H A Drelay.c52 * vm_ops for relay file mappings.
93 vma->vm_ops = &relay_file_mmap_ops;
/linux-master/ipc/
H A Dshm.c88 const struct vm_operations_struct *vm_ops; member in struct:shm_file_data
309 if (sfd->vm_ops->open)
310 sfd->vm_ops->open(vma);
402 if (sfd->vm_ops->close)
403 sfd->vm_ops->close(vma);
540 return sfd->vm_ops->fault(vmf);
548 if (sfd->vm_ops->may_split)
549 return sfd->vm_ops->may_split(vma, addr);
559 if (sfd->vm_ops->pagesize)
560 return sfd->vm_ops
[all...]
/linux-master/fs/ramfs/
H A Dfile-nommu.c271 vma->vm_ops = &generic_file_vm_ops;
/linux-master/drivers/misc/genwqe/
H A Dcard_dev.c479 vma->vm_ops = &genwqe_vma_ops;
/linux-master/arch/powerpc/kvm/
H A Dbook3s_64_vio.c255 vma->vm_ops = &kvm_spapr_tce_vm_ops;
H A Dbook3s_xive_native.c318 vma->vm_ops = &xive_native_tima_vmops;
322 vma->vm_ops = &xive_native_esb_vmops;
/linux-master/fs/coda/
H A Dfile.c37 struct vm_operations_struct vm_ops; member in struct:coda_vm_ops
126 container_of(vma->vm_ops, struct coda_vm_ops, vm_ops);
138 container_of(vma->vm_ops, struct coda_vm_ops, vm_ops);
144 vma->vm_ops = cvm_ops->host_vm_ops;
212 cvm_ops->host_vm_ops = vma->vm_ops;
213 if (vma->vm_ops)
214 cvm_ops->vm_ops = *vma->vm_ops;
[all...]
/linux-master/drivers/misc/ocxl/
H A Dcontext.c209 vma->vm_ops = &ocxl_vmops;
/linux-master/fs/fuse/
H A Ddax.c860 vma->vm_ops = &fuse_dax_vm_ops;
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_gem.c239 .vm_ops = &drm_gem_shmem_vm_ops,
/linux-master/fs/ext2/
H A Dfile.c131 vma->vm_ops = &ext2_dax_vm_ops;
/linux-master/drivers/staging/vme_user/
H A Dvme_user.c474 vma->vm_ops = &vme_user_vm_ops;
/linux-master/drivers/rapidio/devices/
H A Drio_mport_cdev.c2193 static const struct vm_operations_struct vm_ops = { variable in typeref:struct:vm_operations_struct
2248 vma->vm_ops = &vm_ops;
/linux-master/drivers/misc/uacce/
H A Duacce.c239 vma->vm_ops = &uacce_vm_ops;
/linux-master/drivers/char/
H A Dmem.c373 vma->vm_ops = &mmap_mem_ops;
/linux-master/arch/powerpc/platforms/book3s/
H A Dvas-api.c539 vma->vm_ops = &vas_vm_ops;

Completed in 269 milliseconds

1234567