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

/linux-master/arch/um/kernel/
H A Dptrace.c112 static void send_sigtrap(struct uml_pt_regs *regs, int error_code) function
146 send_sigtrap(&regs->regs, 0);
/linux-master/arch/x86/kernel/
H A Duprobes.c966 bool send_sigtrap = utask->autask.saved_tf; local
983 send_sigtrap = false;
991 if (send_sigtrap)
H A Dptrace.c1408 void send_sigtrap(struct pt_regs *regs, int error_code, int si_code) function
1422 send_sigtrap(regs, 0, TRAP_BRKPT);
H A Dtraps.c1081 send_sigtrap(regs, 0, get_si_code(dr6));
/linux-master/arch/x86/include/asm/
H A Dptrace.h187 extern void send_sigtrap(struct pt_regs *regs, int error_code, int si_code);

Completed in 124 milliseconds