Searched refs:oldmm (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/powerpc/include/asm/ |
| H A D | mmu_context.h | 263 void arch_dup_pkeys(struct mm_struct *oldmm, struct mm_struct *mm); 273 #define arch_dup_pkeys(oldmm, mm) argument 282 static inline int arch_dup_mmap(struct mm_struct *oldmm, in arch_dup_mmap() argument 285 arch_dup_pkeys(oldmm, mm); in arch_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() argument
|
| /linux/kernel/ |
| H A D | fork.c | 565 void dup_mm_exe_file(struct mm_struct *mm, struct mm_struct *oldmm) in dup_mm_exe_file() 569 exe_file = get_mm_exe_file(oldmm); in dup_mm_exe_file() 572 * We depend on the oldmm having properly denied write access to the in dup_mm_exe_file() 1515 * @oldmm: the mm to duplicate. 1517 * Allocates a new mm structure and duplicates the provided @oldmm structure 1523 struct mm_struct *oldmm) in dup_mm() 1532 memcpy(mm, oldmm, sizeof(*mm)); in dup_mm() 1538 err = dup_mmap(mm, oldmm); in dup_mm() 1565 struct mm_struct *mm, *oldmm; in copy_mm() 1582 oldmm in copy_mm() 562 dup_mm_exe_file(struct mm_struct * mm,struct mm_struct * oldmm) dup_mm_exe_file() argument 1519 dup_mm(struct task_struct * tsk,struct mm_struct * oldmm) dup_mm() argument 1561 struct mm_struct *mm, *oldmm; copy_mm() local [all...] |