Home
last modified time | relevance | path

Searched defs:dup_mmap (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/kernel/
Dfork.c390 static int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm) in dup_mmap() function
534 static int dup_mmap(struct mm_struct *mm, struct mm_struct *oldmm) in dup_mmap() function
/linux-4.1.27/arch/x86/include/asm/
Dparavirt_types.h241 void (*dup_mmap)(struct mm_struct *oldmm, member