Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/
Dmmu_context.h71 static inline int ldt_dup_context(struct mm_struct *oldmm, in ldt_dup_context()
150 static inline void arch_dup_pkeys(struct mm_struct *oldmm, in arch_dup_pkeys()
163 static inline int arch_dup_mmap(struct mm_struct *oldmm, struct mm_struct *mm) in arch_dup_mmap()
Dparavirt.h318 static inline void paravirt_arch_dup_mmap(struct mm_struct *oldmm, in paravirt_arch_dup_mmap()
833 static inline void paravirt_arch_dup_mmap(struct mm_struct *oldmm, in paravirt_arch_dup_mmap()
/Linux-v5.10/include/linux/
Dksm.h27 static inline int ksm_fork(struct mm_struct *mm, struct mm_struct *oldmm) in ksm_fork()
59 static inline int ksm_fork(struct mm_struct *mm, struct mm_struct *oldmm) in ksm_fork()
Dkhugepaged.h42 static inline int khugepaged_fork(struct mm_struct *mm, struct mm_struct *oldmm) in khugepaged_fork()
68 static inline int khugepaged_fork(struct mm_struct *mm, struct mm_struct *oldmm) in khugepaged_fork()
Duprobes.h184 uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap()
/Linux-v5.10/include/asm-generic/
Dmm_hooks.h10 static inline int arch_dup_mmap(struct mm_struct *oldmm, in arch_dup_mmap()
/Linux-v5.10/arch/powerpc/include/asm/
Dmmu_context.h285 #define arch_dup_pkeys(oldmm, mm) argument
294 static inline int arch_dup_mmap(struct mm_struct *oldmm, in arch_dup_mmap()
/Linux-v5.10/arch/um/include/asm/
Dmmu_context.h19 static inline int arch_dup_mmap(struct mm_struct *oldmm, struct mm_struct *mm) in arch_dup_mmap()
/Linux-v5.10/kernel/
Dfork.c470 struct mm_struct *oldmm) in dup_mmap()
634 static int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm) in dup_mmap()
1343 struct mm_struct *oldmm) in dup_mm()
1381 struct mm_struct *mm, *oldmm; in copy_mm() local
/Linux-v5.10/arch/powerpc/mm/book3s64/
Dpkeys.c439 void arch_dup_pkeys(struct mm_struct *oldmm, struct mm_struct *mm) in arch_dup_pkeys()
/Linux-v5.10/drivers/oprofile/
Dbuffer_sync.c496 struct mm_struct *oldmm; in sync_buffer() local
/Linux-v5.10/kernel/events/
Duprobes.c1572 void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap()
/Linux-v5.10/arch/x86/xen/
Dmmu_pv.c889 static void xen_dup_mmap(struct mm_struct *oldmm, struct mm_struct *mm) in xen_dup_mmap()