Searched defs:vm_operations_struct (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 645 struct vm_operations_struct { struct 651 void (*open)(struct vm_area_struct *vma); 656 void (*close)(struct vm_area_struct *vma); 672 int (*mapped)(unsigned long start, unsigned long end, pgoff_t pgoff, 675 int (*may_split)(struct vm_area_struct *vma, unsigned long addr); 676 int (*mremap)(struct vm_area_struct *vma); 682 int (*mprotect)(struct vm_area_struct *vma, unsigned long start, 684 vm_fault_t (*fault)(struct vm_fault *vmf); 685 vm_fault_t (*huge_fault)(struct vm_fault *vmf, unsigned int order); 686 vm_fault_t (*map_pages)(struct vm_fault *vmf, [all …]
|
| /linux/include/linux/ |
| H A D | mm.h | 768 struct vm_operations_struct { struct 774 void (*open)(struct vm_area_struct *vma); 779 void (*close)(struct vm_area_struct *vma); 795 int (*mapped)(unsigned long start, unsigned long end, pgoff_t pgoff, 798 int (*may_split)(struct vm_area_struct *vma, unsigned long addr); 799 int (*mremap)(struct vm_area_struct *vma); 805 int (*mprotect)(struct vm_area_struct *vma, unsigned long start, 807 vm_fault_t (*fault)(struct vm_fault *vmf); 808 vm_fault_t (*huge_fault)(struct vm_fault *vmf, unsigned int order); 809 vm_fault_t (*map_pages)(struct vm_fault *vmf, [all …]
|