Home
last modified time | relevance | path

Searched refs:newmm (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
Duprobes.h131 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
/linux-4.4.14/kernel/events/
Duprobes.c1249 void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap() argument
1251 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()