Searched defs:oldmm (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | mmu_context.h | 65 static inline int ldt_dup_context(struct mm_struct *oldmm, in ldt_dup_context() 100 static inline void dup_lam(struct mm_struct *oldmm, struct mm_struct *mm) in dup_lam() 130 static inline void dup_lam(struct mm_struct *oldmm, struct mm_struct *mm) in dup_lam() 210 static inline void arch_dup_pkeys(struct mm_struct *oldmm, in arch_dup_pkeys() 223 static inline int arch_dup_mmap(struct mm_struct *oldmm, struct mm_struct *mm) in arch_dup_mmap()
|
| /linux/include/linux/ |
| H A D | khugepaged.h | 23 static inline void khugepaged_fork(struct mm_struct *mm, struct mm_struct *oldmm) in khugepaged_fork() 35 static inline void khugepaged_fork(struct mm_struct *mm, struct mm_struct *oldmm) in khugepaged_fork()
|
| H A D | ksm.h | 56 static inline void ksm_fork(struct mm_struct *mm, struct mm_struct *oldmm) in ksm_fork() 117 static inline void ksm_fork(struct mm_struct *mm, struct mm_struct *oldmm) in ksm_fork()
|
| H A D | uprobes.h | 287 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/arm64/include/asm/ |
| H A D | mmu_context.h | 186 static inline void arch_dup_pkeys(struct mm_struct *oldmm, in arch_dup_pkeys() 193 static inline int arch_dup_mmap(struct mm_struct *oldmm, struct mm_struct *mm) 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() 1474 struct mm_struct *oldmm) in dup_mm() 1516 struct mm_struct *mm, *oldmm; in copy_mm() local
|
| /linux/mm/ |
| H A D | mmap.c | 1719 __latent_entropy int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm) in dup_mmap()
|
| H A D | nommu.c | 1897 int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm) in dup_mmap()
|
| /linux/kernel/events/ |
| H A D | uprobes.c | 1844 void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap()
|