Searched refs:vm_ops (Results 1 - 25 of 157) sorted by path

1234567

/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
H A Dgeneric.c385 info->vm_ops = bridge->vm_ops;
/linux-master/include/linux/
H A Dagp_backend.h56 const struct vm_operations_struct *vm_ops; member in struct:agp_kern_info
/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/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/arch/powerpc/platforms/book3s/
H A Dvas-api.c539 vma->vm_ops = &vas_vm_ops;
/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/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c314 .vm_ops = &gate_vma_ops,
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c1565 vma->vm_ops = &pseudo_mmap_ops;
/linux-master/arch/x86/kernel/cpu/sgx/
H A Ddriver.c97 vma->vm_ops = &sgx_vm_ops;
H A Dencl.h95 if (!result || result->vm_ops != &sgx_vm_ops)
H A Dvirt.c106 vma->vm_ops = &sgx_vepc_vm_ops;
/linux-master/drivers/accel/habanalabs/common/
H A Dmemory.c1504 vma->vm_ops = &hw_block_vm_ops;
H A Dmemory_mgr.c284 vma->vm_ops = &hl_mmap_mem_buf_vm_ops;
/linux-master/drivers/accel/ivpu/
H A Divpu_gem.c256 .vm_ops = &drm_gem_shmem_vm_ops,
/linux-master/drivers/accel/qaic/
H A Dqaic_data.c645 .vm_ops = &drm_vm_ops,
/linux-master/drivers/android/
H A Dbinder.c5617 vma->vm_ops = &binder_vm_ops;
/linux-master/drivers/cdx/
H A Dcdx.c733 vma->vm_ops = &cdx_phys_vm_ops;
/linux-master/drivers/char/
H A Dmem.c373 vma->vm_ops = &mmap_mem_ops;
/linux-master/drivers/comedi/
H A Dcomedi_fops.c2413 vma->vm_ops = &comedi_vm_ops;
2416 vma->vm_ops->open(vma);
/linux-master/drivers/dax/
H A Ddevice.c304 vma->vm_ops = &dax_vm_ops;
/linux-master/drivers/dma-buf/heaps/
H A Dcma_heap.c187 vma->vm_ops = &dma_heap_vm_ops;
/linux-master/drivers/dma-buf/
H A Dudmabuf.c57 vma->vm_ops = &udmabuf_vm_ops;

Completed in 492 milliseconds

1234567