Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/include/asm/
Duprobes.h35 int arch_uprobe_post_xol(struct arch_uprobe *aup, struct pt_regs *regs);
/linux-4.4.14/arch/mips/include/asm/
Duprobes.h49 extern int arch_uprobe_post_xol(struct arch_uprobe *aup, struct pt_regs *regs);
/linux-4.4.14/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.4.14/arch/mips/kernel/
Duprobes.c182 int arch_uprobe_post_xol(struct arch_uprobe *aup, struct pt_regs *regs) in arch_uprobe_post_xol() function
/linux-4.4.14/include/linux/
Duprobes.h142 extern int arch_uprobe_post_xol(struct arch_uprobe *aup, struct pt_regs *regs);
/linux-4.4.14/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.4.14/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.4.14/arch/x86/kernel/
Duprobes.c862 int arch_uprobe_post_xol(struct arch_uprobe *auprobe, struct pt_regs *regs) in arch_uprobe_post_xol() function
/linux-4.4.14/kernel/events/
Duprobes.c1929 err = arch_uprobe_post_xol(&uprobe->arch, regs); in handle_singlestep()