Home
last modified time | relevance | path

Searched defs:vm_operations_struct (Results 1 – 7 of 7) sorted by relevance

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h3258 struct vm_operations_struct { struct
3259 void (*open)(struct vm_area_struct *);
3260 void (*close)(struct vm_area_struct *);
3261 int (*may_split)(struct vm_area_struct *, long unsigned int);
3262 int (*mremap)(struct vm_area_struct *);
3263 int (*mprotect)(struct vm_area_struct *, long unsigned int, long unsigned int, long unsigned int);
3264 vm_fault_t (*fault)(struct vm_fault *);
3265 vm_fault_t (*huge_fault)(struct vm_fault *, enum page_entry_size);
3266 vm_fault_t (*map_pages)(struct vm_fault *, long unsigned int, long unsigned int);
3267 long unsigned int (*pagesize)(struct vm_area_struct *);
[all …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h1940 struct vm_operations_struct { struct
1941 void (*open)(struct vm_area_struct *);
1942 void (*close)(struct vm_area_struct *);
1943 int (*split)(struct vm_area_struct *, long unsigned int);
1944 int (*mremap)(struct vm_area_struct *);
1945 vm_fault_t (*fault)(struct vm_fault *);
1946 vm_fault_t (*huge_fault)(struct vm_fault *, enum page_entry_size);
1947 void (*map_pages)(struct vm_fault *, long unsigned int, long unsigned int);
1948 long unsigned int (*pagesize)(struct vm_area_struct *);
1949 vm_fault_t (*page_mkwrite)(struct vm_fault *);
[all …]
Dvmlinux.h1940 struct vm_operations_struct { struct
1941 void (*open)(struct vm_area_struct *);
1942 void (*close)(struct vm_area_struct *);
1943 int (*split)(struct vm_area_struct *, long unsigned int);
1944 int (*mremap)(struct vm_area_struct *);
1945 vm_fault_t (*fault)(struct vm_fault *);
1946 vm_fault_t (*huge_fault)(struct vm_fault *, enum page_entry_size);
1947 void (*map_pages)(struct vm_fault *, long unsigned int, long unsigned int);
1948 long unsigned int (*pagesize)(struct vm_area_struct *);
1949 vm_fault_t (*page_mkwrite)(struct vm_fault *);
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h3433 struct vm_operations_struct { struct
3434 void (*open)(struct vm_area_struct *);
3435 void (*close)(struct vm_area_struct *);
3436 int (*split)(struct vm_area_struct *, long unsigned int);
3437 int (*mremap)(struct vm_area_struct *);
3438 vm_fault_t (*fault)(struct vm_fault *);
3439 vm_fault_t (*huge_fault)(struct vm_fault *, enum page_entry_size);
3440 void (*map_pages)(struct vm_fault *, long unsigned int, long unsigned int);
3441 long unsigned int (*pagesize)(struct vm_area_struct *);
3442 vm_fault_t (*page_mkwrite)(struct vm_fault *);
[all …]
Dvmlinux_510.h3433 struct vm_operations_struct { struct
3434 void (*open)(struct vm_area_struct *);
3435 void (*close)(struct vm_area_struct *);
3436 int (*split)(struct vm_area_struct *, long unsigned int);
3437 int (*mremap)(struct vm_area_struct *);
3438 vm_fault_t (*fault)(struct vm_fault *);
3439 vm_fault_t (*huge_fault)(struct vm_fault *, enum page_entry_size);
3440 void (*map_pages)(struct vm_fault *, long unsigned int, long unsigned int);
3441 long unsigned int (*pagesize)(struct vm_area_struct *);
3442 vm_fault_t (*page_mkwrite)(struct vm_fault *);
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h3484 struct vm_operations_struct { struct
3485 void (*open)(struct vm_area_struct *);
3486 void (*close)(struct vm_area_struct *);
3487 int (*split)(struct vm_area_struct *, long unsigned int);
3488 int (*mremap)(struct vm_area_struct *);
3489 vm_fault_t (*fault)(struct vm_fault *);
3490 vm_fault_t (*huge_fault)(struct vm_fault *, enum page_entry_size);
3491 void (*map_pages)(struct vm_fault *, long unsigned int, long unsigned int);
3492 long unsigned int (*pagesize)(struct vm_area_struct *);
3493 vm_fault_t (*page_mkwrite)(struct vm_fault *);
[all …]
Dvmlinux.h3484 struct vm_operations_struct { struct
3485 void (*open)(struct vm_area_struct *);
3486 void (*close)(struct vm_area_struct *);
3487 int (*split)(struct vm_area_struct *, long unsigned int);
3488 int (*mremap)(struct vm_area_struct *);
3489 vm_fault_t (*fault)(struct vm_fault *);
3490 vm_fault_t (*huge_fault)(struct vm_fault *, enum page_entry_size);
3491 void (*map_pages)(struct vm_fault *, long unsigned int, long unsigned int);
3492 long unsigned int (*pagesize)(struct vm_area_struct *);
3493 vm_fault_t (*page_mkwrite)(struct vm_fault *);
[all …]