Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/vma/
Dvma_internal.h222 struct mm_struct { struct
223 struct maple_tree mm_mt;
224 int map_count; /* number of VMAs */
225 unsigned long total_vm; /* Total pages mapped */
226 unsigned long locked_vm; /* Pages that have PG_mlocked set */
227 unsigned long data_vm; /* VM_WRITE & ~VM_SHARED & ~VM_STACK */
228 unsigned long exec_vm; /* VM_EXEC & ~VM_WRITE & ~VM_STACK */
229 unsigned long stack_vm; /* VM_STACK */
231 unsigned long def_flags;
233 unsigned long flags; /* Must use atomic bitops to access */
[all …]
/linux-6.14.4/tools/perf/util/bpf_skel/vmlinux/
Dvmlinux.h96 struct mm_struct { struct
102 struct mm_struct *mm; argument
/linux-6.14.4/include/linux/
Dmm_types.h805 struct mm_struct { struct
814 * mm_struct (@mm_users count as 1). argument
1076 * The mm_cpumask needs to be at the end of mm_struct, because it argument
1084 extern struct mm_struct init_mm; argument
/linux-6.14.4/kernel/bpf/
Dverifier.c6868 BTF_TYPE_SAFE_RCU_OR_NULL(struct mm_struct) { in BTF_TYPE_SAFE_RCU_OR_NULL()