Searched refs:vm_ops (Results 26 - 50 of 157) sorted by relevance

1234567

/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-vmalloc.c195 vma->vm_ops = &vb2_common_vm_ops;
197 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-dma-sg.c352 vma->vm_ops = &vb2_common_vm_ops;
354 vma->vm_ops->open(vma);
/linux-master/drivers/char/agp/
H A Dalpha-agp.c187 alpha_bridge->vm_ops = &alpha_core_agp_vm_ops;
H A Dagp.h128 const struct vm_operations_struct *vm_ops; member in struct:agp_bridge_data
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_object.c112 .vm_ops = &drm_gem_shmem_vm_ops,
H A Dvirtgpu_vram.c52 vma->vm_ops = &virtio_gpu_vram_vm_ops;
/linux-master/drivers/misc/ocxl/
H A Dsysfs.c139 vma->vm_ops = &global_mmio_vmops;
/linux-master/sound/usb/usx2y/
H A DusX2Yhwdep.c63 area->vm_ops = &us428ctls_vm_ops;
/linux-master/drivers/accel/habanalabs/common/
H A Dmemory_mgr.c284 vma->vm_ops = &hl_mmap_mem_buf_vm_ops;
/linux-master/fs/udf/
H A Dfile.c195 vma->vm_ops = &udf_file_vm_ops;
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dvirt.c106 vma->vm_ops = &sgx_vepc_vm_ops;
/linux-master/fs/ramfs/
H A Dfile-nommu.c271 vma->vm_ops = &generic_file_vm_ops;
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_gem.c50 .vm_ops = &drm_gem_shmem_vm_ops,
/linux-master/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c314 .vm_ops = &gate_vma_ops,
/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_bo.c65 .vm_ops = &drm_gem_shmem_vm_ops,
/linux-master/mm/
H A Ddebug.c169 "prot %lx anon_vma %px vm_ops %px\n"
174 vma->anon_vma, vma->vm_ops, vma->vm_pgoff,
H A Dmempolicy.c801 if (vma->vm_ops && vma->vm_ops->set_policy) {
802 err = vma->vm_ops->set_policy(vma, new);
1798 return (vma->vm_ops && vma->vm_ops->get_policy) ?
1799 vma->vm_ops->get_policy(vma, addr, ilx) : vma->vm_policy;
1837 if (vma->vm_ops && vma->vm_ops->get_policy) {
1841 pol = vma->vm_ops->get_policy(vma, vma->vm_start, &ilx);
/linux-master/include/drm/
H A Ddrm_gem.h183 * drm_gem_prime_mmap(). When @mmap is present @vm_ops is not
184 * used, the @mmap callback must set vma->vm_ops instead.
221 * @vm_ops:
227 const struct vm_operations_struct *vm_ops; member in struct:drm_gem_object_funcs
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_gem.c111 .vm_ops = &vmw_vm_ops,
/linux-master/drivers/gpu/drm/
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;
H A Ddrm_prime.c732 vma->vm_ops = obj->funcs->vm_ops;
/linux-master/drivers/gpu/drm/gma500/
H A Dgem.c135 .vm_ops = &psb_gem_vm_ops,
/linux-master/drivers/misc/cxl/
H A Dcontext.c225 vma->vm_ops = &cxl_mmap_vmops;
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_gem.c144 .vm_ops = &exynos_drm_gem_vm_ops,

Completed in 355 milliseconds

1234567