Home
last modified time | relevance | path

Searched refs:afu_mmap (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/cxl/
H A Dfile.c339 int afu_mmap(struct file *file, struct vm_area_struct *vm) in afu_mmap() function
534 .mmap = afu_mmap,
545 .mmap = afu_mmap,
H A Dapi.c369 return afu_mmap(file, vm); in cxl_fd_mmap()
H A Dcxl.h1043 int afu_mmap(struct file *file, struct vm_area_struct *vm);
/kernel/linux/linux-6.6/drivers/misc/cxl/
H A Dfile.c339 int afu_mmap(struct file *file, struct vm_area_struct *vm) in afu_mmap() function
534 .mmap = afu_mmap,
545 .mmap = afu_mmap,
H A Dapi.c370 return afu_mmap(file, vm); in cxl_fd_mmap()
H A Dcxl.h1045 int afu_mmap(struct file *file, struct vm_area_struct *vm);
/kernel/linux/linux-5.10/drivers/misc/ocxl/
H A Dfile.c295 static int afu_mmap(struct file *file, struct vm_area_struct *vma) in afu_mmap() function
480 .mmap = afu_mmap,
/kernel/linux/linux-6.6/drivers/misc/ocxl/
H A Dfile.c293 static int afu_mmap(struct file *file, struct vm_area_struct *vma) in afu_mmap() function
478 .mmap = afu_mmap,
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/
H A Docxl_hw.c1153 * afu_mmap() - map the fault handler operations
1159 static int afu_mmap(struct file *file, struct vm_area_struct *vma) in afu_mmap() function
1178 .mmap = afu_mmap,
1354 return afu_mmap(file, vma); in ocxlflash_fd_mmap()
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/
H A Docxl_hw.c1156 * afu_mmap() - map the fault handler operations
1162 static int afu_mmap(struct file *file, struct vm_area_struct *vma) in afu_mmap() function
1181 .mmap = afu_mmap,
1357 return afu_mmap(file, vma); in ocxlflash_fd_mmap()
/kernel/linux/linux-5.10/drivers/fpga/
H A Ddfl-afu-main.c792 static int afu_mmap(struct file *filp, struct vm_area_struct *vma) in afu_mmap() function
836 .mmap = afu_mmap,
/kernel/linux/linux-6.6/drivers/fpga/
H A Ddfl-afu-main.c805 static int afu_mmap(struct file *filp, struct vm_area_struct *vma) in afu_mmap() function
849 .mmap = afu_mmap,

Completed in 16 milliseconds