Searched refs:send_sigtrap (Results 1 - 10 of 10) sorted by relevance

/linux-4.1.27/arch/um/kernel/
H A Dptrace.c114 static void send_sigtrap(struct task_struct *tsk, struct uml_pt_regs *regs, send_sigtrap() function
156 send_sigtrap(current, &regs->regs, 0); syscall_trace_leave()
/linux-4.1.27/arch/tile/include/asm/
H A Dptrace.h83 extern void send_sigtrap(struct task_struct *tsk, struct pt_regs *regs);
/linux-4.1.27/arch/tile/kernel/
H A Dptrace.c306 void send_sigtrap(struct task_struct *tsk, struct pt_regs *regs) send_sigtrap() function
323 send_sigtrap(current, regs); do_breakpoint()
H A Dsingle_step.c757 send_sigtrap(current, regs); gx_singlestep_handle()
H A Dintvec_32.S1443 jal send_sigtrap /* issue a SIGTRAP */
/linux-4.1.27/arch/x86/include/asm/
H A Dptrace.h82 extern void send_sigtrap(struct task_struct *tsk, struct pt_regs *regs,
/linux-4.1.27/arch/x86/kernel/
H A Duprobes.c873 bool send_sigtrap = utask->autask.saved_tf; arch_uprobe_post_xol() local
890 send_sigtrap = false; arch_uprobe_post_xol()
898 if (send_sigtrap) arch_uprobe_post_xol()
H A Dsignal.c658 * avoid the recursive send_sigtrap() in SIGTRAP handler. handle_signal()
H A Dtraps.c695 send_sigtrap(tsk, regs, error_code, si_code); do_debug()
H A Dptrace.c1428 void send_sigtrap(struct task_struct *tsk, struct pt_regs *regs, send_sigtrap() function

Completed in 258 milliseconds