Home
last modified time | relevance | path

Searched refs:arch_uprobe_post_xol (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/s390/include/asm/
Duprobes.h35 int arch_uprobe_post_xol(struct arch_uprobe *aup, struct pt_regs *regs);
/linux-4.1.27/arch/powerpc/kernel/
Duprobes.c112 int arch_uprobe_post_xol(struct arch_uprobe *auprobe, struct pt_regs *regs) in arch_uprobe_post_xol() function
/linux-4.1.27/include/linux/
Duprobes.h126 extern int arch_uprobe_post_xol(struct arch_uprobe *aup, struct pt_regs *regs);
/linux-4.1.27/arch/arm/probes/uprobes/
Dcore.c150 int arch_uprobe_post_xol(struct arch_uprobe *auprobe, struct pt_regs *regs) in arch_uprobe_post_xol() function
/linux-4.1.27/arch/s390/kernel/
Duprobes.c75 int arch_uprobe_post_xol(struct arch_uprobe *auprobe, struct pt_regs *regs) in arch_uprobe_post_xol() function
/linux-4.1.27/arch/x86/kernel/
Duprobes.c870 int arch_uprobe_post_xol(struct arch_uprobe *auprobe, struct pt_regs *regs) in arch_uprobe_post_xol() function
/linux-4.1.27/kernel/events/
Duprobes.c1897 err = arch_uprobe_post_xol(&uprobe->arch, regs); in handle_singlestep()