Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dkhugepaged.h21 static inline void khugepaged_fork(struct mm_struct *mm, struct mm_struct *oldmm) in khugepaged_fork()
33 static inline void khugepaged_fork(struct mm_struct *mm, struct mm_struct *oldmm) in khugepaged_fork()
H A Duprobes.h271 uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap()
/linux/include/asm-generic/
H A Dmm_hooks.h10 static inline int arch_dup_mmap(struct mm_struct *oldmm, in arch_dup_mmap()
/linux/arch/powerpc/include/asm/
H A Dmmu_context.h273 #define arch_dup_pkeys(oldmm, mm) argument
282 static inline int arch_dup_mmap(struct mm_struct *oldmm, in arch_dup_mmap()
/linux/arch/powerpc/mm/book3s64/
H A Dpkeys.c461 void arch_dup_pkeys(struct mm_struct *oldmm, struct mm_struct *mm) in arch_dup_pkeys()
/linux/kernel/
H A Dfork.c516 void dup_mm_exe_file(struct mm_struct *mm, struct mm_struct *oldmm) in dup_mm_exe_file()
1462 struct mm_struct *oldmm) in dup_mm()
1504 struct mm_struct *mm, *oldmm; in copy_mm() local
/linux/mm/
H A Dmmap.c1723 __latent_entropy int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm) in dup_mmap()
H A Dnommu.c1896 int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm) in dup_mmap()
/linux/kernel/events/
H A Duprobes.c1825 void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap()