Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Duprobes.h42 extern int arch_uprobe_post_xol(struct arch_uprobe *aup, struct pt_regs *regs);
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Duprobes.c100 int arch_uprobe_post_xol(struct arch_uprobe *auprobe, struct pt_regs *regs) in arch_uprobe_post_xol() function
/OK3568_Linux_fs/kernel/arch/csky/kernel/probes/
H A Duprobes.c62 int arch_uprobe_post_xol(struct arch_uprobe *auprobe, struct pt_regs *regs) in arch_uprobe_post_xol() function
/OK3568_Linux_fs/kernel/arch/arm64/kernel/probes/
H A Duprobes.c77 int arch_uprobe_post_xol(struct arch_uprobe *auprobe, struct pt_regs *regs) in arch_uprobe_post_xol() function
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Duprobes.c126 int arch_uprobe_post_xol(struct arch_uprobe *aup, struct pt_regs *regs) in arch_uprobe_post_xol() function
/OK3568_Linux_fs/kernel/include/linux/
H A Duprobes.h132 extern int arch_uprobe_post_xol(struct arch_uprobe *aup, struct pt_regs *regs);
/OK3568_Linux_fs/kernel/arch/arm/probes/uprobes/
H A Dcore.c147 int arch_uprobe_post_xol(struct arch_uprobe *auprobe, struct pt_regs *regs) in arch_uprobe_post_xol() function
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Duprobes.c216 int arch_uprobe_post_xol(struct arch_uprobe *auprobe, struct pt_regs *regs) in arch_uprobe_post_xol() function
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Duprobes.c78 int arch_uprobe_post_xol(struct arch_uprobe *auprobe, struct pt_regs *regs) in arch_uprobe_post_xol() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Duprobes.c961 int arch_uprobe_post_xol(struct arch_uprobe *auprobe, struct pt_regs *regs) in arch_uprobe_post_xol() function
/OK3568_Linux_fs/kernel/kernel/events/
H A Duprobes.c2268 err = arch_uprobe_post_xol(&uprobe->arch, regs); in handle_singlestep()