Home
last modified time | relevance | path

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

/linux/tools/testing/vma/
H A Dvma_internal.h536 struct mm_struct { struct
537 struct maple_tree mm_mt;
538 int map_count; /* number of VMAs */
539 unsigned long total_vm; /* Total pages mapped */
540 unsigned long locked_vm; /* Pages that have PG_mlocked set */
541 unsigned long data_vm; /* VM_WRITE & ~VM_SHARED & ~VM_STACK */
542 unsigned long exec_vm; /* VM_EXEC & ~VM_WRITE & ~VM_STACK */
543 unsigned long stack_vm; /* VM_STACK */
545 unsigned long def_flags;
547 mm_flags_t flags; /* Must use mm_flags_* helpers to access */
[all …]
/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h96 struct mm_struct { struct
102 struct mm_struct *mm; argument
/linux/rust/kernel/
H A Dmm.rs122 pub fn as_raw(&self) -> *mut bindings::mm_struct { in as_raw()
/linux/include/linux/
H A Dmmap_lock.h421 DEFINE_GUARD(mmap_read_lock, struct mm_struct *, in DEFINE_GUARD()
/linux/kernel/bpf/
H A Dverifier.c7108 BTF_TYPE_SAFE_RCU_OR_NULL(struct mm_struct) { in BTF_TYPE_SAFE_RCU_OR_NULL()