Searched defs:oldmm (Results  1 – 14 of 14) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | khugepaged.h | 41 static inline int khugepaged_fork(struct mm_struct *mm, struct mm_struct *oldmm)  in khugepaged_fork()67 static inline int khugepaged_fork(struct mm_struct *mm, struct mm_struct *oldmm)  in khugepaged_fork()
 
 | 
| D | ksm.h | 27 static inline int ksm_fork(struct mm_struct *mm, struct mm_struct *oldmm)  in ksm_fork()61 static inline int ksm_fork(struct mm_struct *mm, struct mm_struct *oldmm)  in ksm_fork()
 
 | 
| D | uprobes.h | 184 uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm)  in uprobe_dup_mmap()
 | 
| /Linux-v5.4/arch/x86/include/asm/ | 
| D | mmu_context.h | 91 static inline int ldt_dup_context(struct mm_struct *oldmm,  in ldt_dup_context()236 static inline void arch_dup_pkeys(struct mm_struct *oldmm,  in arch_dup_pkeys()
 249 static inline int arch_dup_mmap(struct mm_struct *oldmm, struct mm_struct *mm)  in arch_dup_mmap()
 
 | 
| D | paravirt.h | 308 static inline void paravirt_arch_dup_mmap(struct mm_struct *oldmm,  in paravirt_arch_dup_mmap()936 static inline void paravirt_arch_dup_mmap(struct mm_struct *oldmm,  in paravirt_arch_dup_mmap()
 
 | 
| /Linux-v5.4/include/asm-generic/ | 
| D | mm_hooks.h | 10 static inline int arch_dup_mmap(struct mm_struct *oldmm,  in arch_dup_mmap()
 | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | mmu_context.h | 262 #define arch_dup_pkeys(oldmm, mm)  argument271 static inline int arch_dup_mmap(struct mm_struct *oldmm,  in arch_dup_mmap()
 
 | 
| /Linux-v5.4/arch/um/include/asm/ | 
| D | mmu_context.h | 18 static inline int arch_dup_mmap(struct mm_struct *oldmm, struct mm_struct *mm)  in arch_dup_mmap()
 | 
| /Linux-v5.4/arch/unicore32/include/asm/ | 
| D | mmu_context.h | 81 static inline int arch_dup_mmap(struct mm_struct *oldmm,  in arch_dup_mmap()
 | 
| /Linux-v5.4/kernel/ | 
| D | fork.c | 479 					struct mm_struct *oldmm)  in dup_mmap()642 static int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm)  in dup_mmap()
 1347 				struct mm_struct *oldmm)  in dup_mm()
 1385 	struct mm_struct *mm, *oldmm;  in copy_mm()  local
 
 | 
| /Linux-v5.4/arch/powerpc/mm/book3s64/ | 
| D | pkeys.c | 420 void arch_dup_pkeys(struct mm_struct *oldmm, struct mm_struct *mm)  in arch_dup_pkeys()
 | 
| /Linux-v5.4/drivers/oprofile/ | 
| D | buffer_sync.c | 496 	struct mm_struct *oldmm;  in sync_buffer()  local
 | 
| /Linux-v5.4/kernel/events/ | 
| D | uprobes.c | 1573 void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm)  in uprobe_dup_mmap()
 | 
| /Linux-v5.4/arch/x86/xen/ | 
| D | mmu_pv.c | 984 static void xen_dup_mmap(struct mm_struct *oldmm, struct mm_struct *mm)  in xen_dup_mmap()
 |