Searched refs:TRAP_TRACE (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/arch/x86/include/asm/ |
| H A D | traps.h | 31 return TRAP_TRACE; in get_si_code()
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | debug-monitors.c | 257 send_user_sigtrap(TRAP_TRACE); in single_step_handler() 381 TRAP_TRACE, "single-step handler"); in debug_traps_init()
|
| /linux-6.15/arch/m68k/kernel/ |
| H A D | asm-offsets.c | 73 DEFINE(LTRAP_TRACE, TRAP_TRACE); in main()
|
| H A D | traps.c | 1092 si_code = TRAP_TRACE; in trap_c()
|
| /linux-6.15/include/uapi/asm-generic/ |
| H A D | siginfo.h | 259 #define TRAP_TRACE 2 /* process trace trap */ macro
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | traps.c | 306 force_sig_fault(SIGTRAP, TRAP_TRACE, (void __user *)regs->nip); in user_single_step_report() 1146 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in __single_step_exception() 2092 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in DEFINE_INTERRUPT_HANDLER()
|
| /linux-6.15/arch/parisc/kernel/ |
| H A D | traps.c | 549 handle_gdb_break(regs, TRAP_TRACE); in handle_interruption()
|
| H A D | ptrace.c | 89 force_sig_fault_to_task(SIGTRAP, TRAP_TRACE, in user_enable_single_step()
|