Searched refs:vm_ops (Results 101 - 125 of 157) sorted by last modified time

1234567

/linux-master/arch/hexagon/kernel/
H A DMakefile14 obj-y += vm_entry.o vm_events.o vm_switch.o vm_ops.o vm_init_segtable.o
/linux-master/mm/
H A Dmremap.c679 if (vma->vm_ops && vma->vm_ops->may_split) {
681 err = vma->vm_ops->may_split(vma, old_addr);
683 err = vma->vm_ops->may_split(vma, old_addr + old_len);
719 } else if (vma->vm_ops && vma->vm_ops->mremap) {
720 err = vma->vm_ops->mremap(new_vma);
H A Dsecretmem.c134 vma->vm_ops = &secretmem_vm_ops;
141 return vma->vm_ops == &secretmem_vm_ops;
/linux-master/drivers/target/
H A Dtarget_core_user.c1932 vma->vm_ops = &tcmu_vm_ops;
/linux-master/drivers/misc/sgi-gru/
H A Dgrufile.c107 vma->vm_ops = &gru_vm_ops;
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dmmap.c97 vma->vm_ops = &rvt_vm_ops;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dfile_ops.c88 static const struct vm_operations_struct vm_ops = { variable in typeref:struct:vm_operations_struct
566 vma->vm_ops = &vm_ops;
/linux-master/drivers/gpu/drm/tegra/
H A Dgem.c296 .vm_ops = &tegra_bo_vm_ops,
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_gem.c279 .vm_ops = &drm_gem_dma_vm_ops,
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_gem.c290 .vm_ops = &radeon_gem_vm_ops,
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_drm_gem.c19 static const struct vm_operations_struct vm_ops = { variable in typeref:struct:vm_operations_struct
30 .vm_ops = &vm_ops,
/linux-master/drivers/usb/core/
H A Ddevio.c291 vma->vm_ops = &usbdev_vm_ops;
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c956 vma->vm_ops = &qib_file_vm_ops;
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_mman.c975 vma->vm_ops = obj->ops->mmap_ops;
986 vma->vm_ops = &vm_ops_cpu;
994 vma->vm_ops = &vm_ops_cpu;
1000 vma->vm_ops = &vm_ops_cpu;
1006 vma->vm_ops = &vm_ops_gtt;
1090 * When we install vm_ops for mmap we are too late for
1091 * the vm_ops->open() which increases the ref_count of
1092 * this obj and then it gets decreased by the vm_ops->close().
/linux-master/drivers/gpu/drm/
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) {
H A Ddrm_gem_shmem_helper.c49 .vm_ops = &drm_gem_shmem_vm_ops,
597 /* Reset both vm_ops and vm_private_data, so we don't end up with
598 * vm_ops pointing to our implementation if the dma-buf backend
602 vma->vm_ops = NULL;
/linux-master/drivers/infiniband/core/
H A Duverbs_main.c703 vma->vm_ops = &rdma_umap_ops;
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dvirt.c106 vma->vm_ops = &sgx_vepc_vm_ops;
/linux-master/fs/udf/
H A Dfile.c195 vma->vm_ops = &udf_file_vm_ops;
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_kms.c367 .vm_ops = &drm_gem_dma_vm_ops,
/linux-master/drivers/gpu/drm/gma500/
H A Dfbdev.c108 vma->vm_ops = &psb_fbdev_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/fs/proc/
H A Dvmcore.c586 vma->vm_ops = &vmcore_mmap_ops;
/linux-master/fs/orangefs/
H A Dfile.c416 vma->vm_ops = &orangefs_file_vm_ops;

Completed in 312 milliseconds

1234567