Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/bpf_skel/vmlinux/
H A Dvmlinux.h88 struct mm_struct { struct
94 struct mm_struct *mm; argument
/openbmc/linux/include/linux/
H A Dmm_types.h673 struct mm_struct { struct
682 * mm_struct (@mm_users count as 1). argument
923 * The mm_cpumask needs to be at the end of mm_struct, because it argument
931 extern struct mm_struct init_mm; argument
/openbmc/qemu/linux-user/
H A Delfload.c4094 struct mm_struct { struct
4099 static struct mm_struct *vma_init(void); argument
/openbmc/linux/kernel/bpf/
H A Dverifier.c6293 BTF_TYPE_SAFE_RCU_OR_NULL(struct mm_struct) { in BTF_TYPE_SAFE_RCU_OR_NULL()