Home
last modified time | relevance | path

Searched refs:send_sigtrap (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/arch/um/kernel/
A Dptrace.c114 static void send_sigtrap(struct uml_pt_regs *regs, int error_code) in send_sigtrap() function
148 send_sigtrap(&regs->regs, 0); in syscall_trace_leave()
/linux-6.3-rc2/arch/x86/kernel/
A Duprobes.c966 bool send_sigtrap = utask->autask.saved_tf; in arch_uprobe_post_xol() local
983 send_sigtrap = false; in arch_uprobe_post_xol()
991 if (send_sigtrap) in arch_uprobe_post_xol()
A Dptrace.c1396 void send_sigtrap(struct pt_regs *regs, int error_code, int si_code) in send_sigtrap() function
1410 send_sigtrap(regs, 0, TRAP_BRKPT); in user_single_step_report()
A Dtraps.c1161 send_sigtrap(regs, 0, get_si_code(dr6)); in exc_debug_user()
/linux-6.3-rc2/arch/x86/include/asm/
A Dptrace.h109 extern void send_sigtrap(struct pt_regs *regs, int error_code, int si_code);

Completed in 17 milliseconds