Searched refs:arch_uprobe_post_xol (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/arch/s390/include/asm/ |
H A D | uprobes.h | 35 int arch_uprobe_post_xol(struct arch_uprobe *aup, struct pt_regs *regs);
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | uprobes.c | 93 * arch_uprobe_pre_xol/arch_uprobe_post_xol save/restore thread.trap_nr, 112 int arch_uprobe_post_xol(struct arch_uprobe *auprobe, struct pt_regs *regs) arch_uprobe_post_xol() function
|
/linux-4.1.27/include/linux/ |
H A D | uprobes.h | 126 extern int arch_uprobe_post_xol(struct arch_uprobe *aup, struct pt_regs *regs);
|
/linux-4.1.27/arch/arm/probes/uprobes/ |
H A D | core.c | 150 int arch_uprobe_post_xol(struct arch_uprobe *auprobe, struct pt_regs *regs) arch_uprobe_post_xol() function
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | uprobes.c | 75 int arch_uprobe_post_xol(struct arch_uprobe *auprobe, struct pt_regs *regs) arch_uprobe_post_xol() function
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | uprobes.c | 659 * signal, arch_uprobe_post_xol() won't be even called. branch_emulate_op() 851 * arch_uprobe_pre_xol/arch_uprobe_post_xol save/restore thread.trap_nr, 870 int arch_uprobe_post_xol(struct arch_uprobe *auprobe, struct pt_regs *regs) arch_uprobe_post_xol() function
|
/linux-4.1.27/kernel/events/ |
H A D | uprobes.c | 1897 err = arch_uprobe_post_xol(&uprobe->arch, regs); handle_singlestep()
|
Completed in 149 milliseconds