Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Duprobes.c181 bool arch_uprobe_skip_sstep(struct arch_uprobe *auprobe, struct pt_regs *regs) in arch_uprobe_skip_sstep() function
/linux-4.4.14/arch/mips/kernel/
Duprobes.c338 bool arch_uprobe_skip_sstep(struct arch_uprobe *auprobe, struct pt_regs *regs) in arch_uprobe_skip_sstep() function
/linux-4.4.14/include/linux/
Duprobes.h138 extern bool arch_uprobe_skip_sstep(struct arch_uprobe *aup, struct pt_regs *regs);
/linux-4.4.14/arch/arm/probes/uprobes/
Dcore.c49 bool arch_uprobe_skip_sstep(struct arch_uprobe *auprobe, struct pt_regs *regs) in arch_uprobe_skip_sstep() function
/linux-4.4.14/arch/s390/kernel/
Duprobes.c371 bool arch_uprobe_skip_sstep(struct arch_uprobe *auprobe, struct pt_regs *regs) in arch_uprobe_skip_sstep() function
/linux-4.4.14/arch/x86/kernel/
Duprobes.c954 bool arch_uprobe_skip_sstep(struct arch_uprobe *auprobe, struct pt_regs *regs) in arch_uprobe_skip_sstep() function
/linux-4.4.14/kernel/events/
Duprobes.c1907 if (arch_uprobe_skip_sstep(&uprobe->arch, regs)) in handle_swbp()