Searched refs:TRAP_TRACE (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | traps.h | 32 return TRAP_TRACE; in get_si_code()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | debug-monitors.c | 257 send_user_sigtrap(TRAP_TRACE); in single_step_handler() 384 TRAP_TRACE, "single-step handler"); in debug_traps_init()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | brl_emu.c | 213 force_sig_fault(SIGTRAP, TRAP_TRACE, (void __user *)NULL, in ia64_emulate_brl()
|
H A D | traps.c | 539 case 36: si_code = TRAP_TRACE; ifa = 0; break; in ia64_fault()
|
/openbmc/linux/arch/m68k/kernel/ |
H A D | asm-offsets.c | 73 DEFINE(LTRAP_TRACE, TRAP_TRACE); in main()
|
H A D | traps.c | 1093 si_code = TRAP_TRACE; in trap_c()
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | siginfo.h | 264 #define TRAP_TRACE 2 /* process trace trap */ macro
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | traps.c | 307 force_sig_fault(SIGTRAP, TRAP_TRACE, (void __user *)regs->nip); in user_single_step_report() 1147 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in __single_step_exception() 2093 _exception(SIGTRAP, regs, TRAP_TRACE, regs->nip); in DEFINE_INTERRUPT_HANDLER()
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | traps.c | 547 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()
|