Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h2814 struct vm_area_struct { struct
2815 union {
2822 struct mm_struct *vm_mm;
2823 pgprot_t vm_page_prot;
2824 union {
2828 bool detached;
2829 int vm_lock_seq;
2830 struct vma_lock *vm_lock;
2831 struct {
2834 } shared;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h2385 struct vm_area_struct { struct
2386 union {
2393 struct mm_struct *vm_mm;
2394 pgprot_t vm_page_prot;
2395 union {
2399 bool detached;
2400 int vm_lock_seq;
2401 struct vma_lock *vm_lock;
2402 struct {
2405 } shared;
[all …]