cxl_mmap_vmops    175 drivers/misc/cxl/context.c static const struct vm_operations_struct cxl_mmap_vmops = {
cxl_mmap_vmops    225 drivers/misc/cxl/context.c 	vma->vm_ops = &cxl_mmap_vmops;
cxl_mmap_vmops   1134 drivers/scsi/cxlflash/superpipe.c 		rc = ctxi->cxl_mmap_vmops->fault(vmf);
cxl_mmap_vmops   1209 drivers/scsi/cxlflash/superpipe.c 		ctxi->cxl_mmap_vmops = vma->vm_ops;
cxl_mmap_vmops    106 drivers/scsi/cxlflash/superpipe.h 	const struct vm_operations_struct *cxl_mmap_vmops;