Home
last modified time | relevance | path

Searched refs:TRAP_TRACE (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/arch/x86/include/asm/
H A Dtraps.h31 return TRAP_TRACE; in get_si_code()
/linux-6.15/arch/arm64/kernel/
H A Ddebug-monitors.c257 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 Dasm-offsets.c73 DEFINE(LTRAP_TRACE, TRAP_TRACE); in main()
H A Dtraps.c1092 si_code = TRAP_TRACE; in trap_c()
/linux-6.15/include/uapi/asm-generic/
H A Dsiginfo.h259 #define TRAP_TRACE 2 /* process trace trap */ macro
/linux-6.15/arch/powerpc/kernel/
H A Dtraps.c306 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 Dtraps.c549 handle_gdb_break(regs, TRAP_TRACE); in handle_interruption()
H A Dptrace.c89 force_sig_fault_to_task(SIGTRAP, TRAP_TRACE, in user_enable_single_step()