Searched refs:newmm (Results 1 – 2 of 2) sorted by relevance
131 extern void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm);186 uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap() argument
1249 void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap() argument1251 newmm->uprobes_state.xol_area = NULL; in uprobe_dup_mmap()1254 set_bit(MMF_HAS_UPROBES, &newmm->flags); in uprobe_dup_mmap()1256 set_bit(MMF_RECALC_UPROBES, &newmm->flags); in uprobe_dup_mmap()