Searched refs:newmm (Results 1 – 2 of 2) sorted by relevance
1246 void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap() argument1248 newmm->uprobes_state.xol_area = NULL; in uprobe_dup_mmap()1251 set_bit(MMF_HAS_UPROBES, &newmm->flags); in uprobe_dup_mmap()1253 set_bit(MMF_RECALC_UPROBES, &newmm->flags); in uprobe_dup_mmap()
733 static void dup_mm_exe_file(struct mm_struct *oldmm, struct mm_struct *newmm) in dup_mm_exe_file() argument737 newmm->exe_file = get_mm_exe_file(oldmm); in dup_mm_exe_file()