Searched defs:oldmm (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ |
H A D | khugepaged.h | 21 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 D | uprobes.h | 271 uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap()
|
/linux/include/asm-generic/ |
H A D | mm_hooks.h | 10 static inline int arch_dup_mmap(struct mm_struct *oldmm, in arch_dup_mmap()
|
/linux/arch/powerpc/include/asm/ |
H A D | mmu_context.h | 273 #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 D | pkeys.c | 461 void arch_dup_pkeys(struct mm_struct *oldmm, struct mm_struct *mm) in arch_dup_pkeys()
|
/linux/kernel/ |
H A D | fork.c | 516 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 D | mmap.c | 1723 __latent_entropy int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm) in dup_mmap()
|
H A D | nommu.c | 1896 int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm) in dup_mmap()
|
/linux/kernel/events/ |
H A D | uprobes.c | 1825 void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap()
|