Home
last modified time | relevance | path

Searched defs:vm_operations_struct___2 (Results 1 – 2 of 2) sorted by relevance

/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h37013 struct vm_operations_struct___2 { struct
37014 void (*open)(struct vm_area_struct___2 *);
37015 void (*close)(struct vm_area_struct___2 *);
37016 int (*split)(struct vm_area_struct___2 *, long unsigned int);
37017 int (*mremap)(struct vm_area_struct___2 *);
37018 vm_fault_t (*fault)(struct vm_fault___2 *);
37019 vm_fault_t (*huge_fault)(struct vm_fault___2 *, enum page_entry_size);
37020 void (*map_pages)(struct vm_fault___2 *, long unsigned int, long unsigned int);
37021 long unsigned int (*pagesize)(struct vm_area_struct___2 *);
37022 vm_fault_t (*page_mkwrite)(struct vm_fault___2 *);
[all …]
Dvmlinux.h37013 struct vm_operations_struct___2 { struct
37014 void (*open)(struct vm_area_struct___2 *);
37015 void (*close)(struct vm_area_struct___2 *);
37016 int (*split)(struct vm_area_struct___2 *, long unsigned int);
37017 int (*mremap)(struct vm_area_struct___2 *);
37018 vm_fault_t (*fault)(struct vm_fault___2 *);
37019 vm_fault_t (*huge_fault)(struct vm_fault___2 *, enum page_entry_size);
37020 void (*map_pages)(struct vm_fault___2 *, long unsigned int, long unsigned int);
37021 long unsigned int (*pagesize)(struct vm_area_struct___2 *);
37022 vm_fault_t (*page_mkwrite)(struct vm_fault___2 *);
[all …]