Home
last modified time | relevance | path

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

/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()
1470 struct mm_struct *oldmm) in dup_mm()
1512 struct mm_struct *mm, *oldmm; in copy_mm() local
/linux/include/linux/
H A Duprobes.h271 uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap()
/linux/mm/
H A Dmmap.c1723 dup_mmap(struct mm_struct * mm,struct mm_struct * oldmm) dup_mmap() argument
[all...]
H A Dnommu.c1896 int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm) in dup_mmap()
/linux/kernel/events/
H A Duprobes.c1824 void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap()