Searched refs:vm_ops (Results 51 - 75 of 157) sorted by last modified time

1234567

/linux-master/drivers/gpu/drm/v3d/
H A Dv3d_bo.c65 .vm_ops = &drm_gem_shmem_vm_ops,
/linux-master/drivers/gpu/drm/lima/
H A Dlima_gem.c222 .vm_ops = &drm_gem_shmem_vm_ops,
/linux-master/drivers/gpu/drm/etnaviv/
H A Detnaviv_gem.c528 static const struct vm_operations_struct vm_ops = { variable in typeref:struct:vm_operations_struct
541 .vm_ops = &vm_ops,
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gem.c305 .vm_ops = &amdgpu_gem_vm_ops,
/linux-master/drivers/char/agp/
H A Dagp.h128 const struct vm_operations_struct *vm_ops; member in struct:agp_bridge_data
/linux-master/drivers/accel/qaic/
H A Dqaic_data.c645 .vm_ops = &drm_vm_ops,
/linux-master/drivers/accel/ivpu/
H A Divpu_gem.c256 .vm_ops = &drm_gem_shmem_vm_ops,
/linux-master/kernel/events/
H A Dcore.c6645 vma->vm_ops = &perf_mmap_vmops;
8762 if (vma->vm_ops && vma->vm_ops->name)
8763 name = (char *) vma->vm_ops->name(vma);
/linux-master/fs/zonefs/
H A Dfile.c328 vma->vm_ops = &zonefs_file_vm_ops;
/linux-master/fs/nfs/
H A Dfile.c215 vma->vm_ops = &nfs_file_vm_ops;
/linux-master/fs/hugetlbfs/
H A Dinode.c114 vma->vm_ops = &hugetlb_vm_ops;
/linux-master/fs/gfs2/
H A Dfile.c606 vma->vm_ops = &gfs2_vm_ops;
/linux-master/fs/erofs/
H A Ddata.c438 vma->vm_ops = &erofs_dax_vm_ops;
/linux-master/fs/btrfs/
H A Dfile.c2046 vma->vm_ops = &btrfs_file_vm_ops;
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c1565 vma->vm_ops = &pseudo_mmap_ops;
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c231 .vm_ops = &nouveau_ttm_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/fs/afs/
H A Dfile.c448 vma->vm_ops = &afs_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/nilfs2/
H A Dfile.c131 vma->vm_ops = &nilfs_file_vm_ops;
/linux-master/fs/ext4/
H A Dfile.c799 vma->vm_ops = &ext4_dax_vm_ops;
802 vma->vm_ops = &ext4_file_vm_ops;
/linux-master/drivers/dma-buf/heaps/
H A Dcma_heap.c187 vma->vm_ops = &dma_heap_vm_ops;
/linux-master/drivers/usb/mon/
H A Dmon_bin.c1278 vma->vm_ops = &mon_bin_vm_ops;
/linux-master/drivers/fpga/
H A Ddfl-afu-main.c835 vma->vm_ops = &afu_vma_ops;

Completed in 554 milliseconds

1234567