Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Duprobes.h115 extern void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm);
169 uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap() argument
/linux-4.1.27/kernel/events/
Duprobes.c1245 void uprobe_dup_mmap(struct mm_struct *oldmm, struct mm_struct *newmm) in uprobe_dup_mmap() argument
1247 newmm->uprobes_state.xol_area = NULL; in uprobe_dup_mmap()
1250 set_bit(MMF_HAS_UPROBES, &newmm->flags); in uprobe_dup_mmap()
1252 set_bit(MMF_RECALC_UPROBES, &newmm->flags); in uprobe_dup_mmap()