Searched refs:vm_ops (Results 76 - 100 of 157) sorted by relevance

1234567

/linux-master/drivers/char/agp/
H A Dgeneric.c385 info->vm_ops = bridge->vm_ops;
/linux-master/arch/powerpc/kvm/
H A Dbook3s_xive_native.c318 vma->vm_ops = &xive_native_tima_vmops;
322 vma->vm_ops = &xive_native_esb_vmops;
/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/uio/
H A Duio.c718 vma->vm_ops = &uio_logical_vm_ops;
743 vma->vm_ops = &uio_physical_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/armada/
H A Darmada_gem.c192 .vm_ops = &armada_gem_vm_ops,
/linux-master/sound/usb/usx2y/
H A Dus122l.c226 area->vm_ops = &usb_stream_hwdep_vm_ops;
/linux-master/drivers/char/
H A Dmem.c373 vma->vm_ops = &mmap_mem_ops;
/linux-master/drivers/misc/uacce/
H A Duacce.c239 vma->vm_ops = &uacce_vm_ops;
/linux-master/drivers/staging/vme_user/
H A Dvme_user.c474 vma->vm_ops = &vme_user_vm_ops;
/linux-master/fs/afs/
H A Dfile.c448 vma->vm_ops = &afs_vm_ops;
/linux-master/fs/zonefs/
H A Dfile.c328 vma->vm_ops = &zonefs_file_vm_ops;
/linux-master/include/linux/
H A Dmm_types.h716 const struct vm_operations_struct *vm_ops; member in struct:vm_area_struct
H A Dmm.h558 * vm_ops->map_pages() sets up a page
825 vma->vm_ops = &vma_dummy_vm_ops;
894 vma->vm_ops = NULL;
899 return !vma->vm_ops;
/linux-master/drivers/vdpa/vdpa_user/
H A Diova_domain.c538 vma->vm_ops = &vduse_domain_mmap_ops;
/linux-master/kernel/bpf/
H A Darena.c363 vma->vm_ops = &arena_vm_ops;
/linux-master/drivers/xen/
H A Dgntdev.c703 if (!vma || vma->vm_ops != &gntdev_vmops)
1056 vma->vm_ops = &gntdev_vmops;
/linux-master/samples/vfio-mdev/
H A Dmbochs.c811 vma->vm_ops = &mbochs_region_vm_ops;
843 vma->vm_ops = &mbochs_dmabuf_vm_ops;
/linux-master/mm/
H A Dshmem.c274 return vma->vm_ops == &shmem_anon_vm_ops;
279 return vma_is_anon_shmem(vma) || vma->vm_ops == &shmem_vm_ops;
2443 vma->vm_ops = &shmem_vm_ops;
2445 vma->vm_ops = &shmem_anon_vm_ops;
4932 vma->vm_ops = &shmem_anon_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/fs/proc/
H A Dtask_mmu.c306 if (vma->vm_ops && vma->vm_ops->name) {
307 name = vma->vm_ops->name(vma);
/linux-master/kernel/
H A Dfork.c731 if (tmp->vm_ops && tmp->vm_ops->open)
732 tmp->vm_ops->open(tmp);
/linux-master/drivers/scsi/cxlflash/
H A Dsuperpipe.c1209 ctxi->cxl_mmap_vmops = vma->vm_ops;
1210 vma->vm_ops = &cxlflash_mmap_vmops;
H A Docxl_hw.c1172 vma->vm_ops = &ocxlflash_vmops;
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_bo.c763 .vm_ops = &vc4_vm_ops,

Completed in 273 milliseconds

1234567