Home
last modified time | relevance | path

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

/developtools/profiler/hiebpf/include/
Dvmlinux.h2221 struct vm_area_struct { struct
2224 struct vm_area_struct *vm_next; argument
2225 struct vm_area_struct *vm_prev; argument
2226 struct rb_node vm_rb;
2227 long unsigned int rb_subtree_gap;
2228 struct mm_struct *vm_mm;
2229 pgprot_t vm_page_prot;
2230 long unsigned int vm_flags;
2231 struct {
2234 } shared;
[all …]