Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dtraps.h32 return TRAP_TRACE; in get_si_code()
/openbmc/linux/arch/arm64/kernel/
H A Ddebug-monitors.c257 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 Dbrl_emu.c213 force_sig_fault(SIGTRAP, TRAP_TRACE, (void __user *)NULL, in ia64_emulate_brl()
H A Dtraps.c539 case 36: si_code = TRAP_TRACE; ifa = 0; break; in ia64_fault()
/openbmc/linux/arch/m68k/kernel/
H A Dasm-offsets.c73 DEFINE(LTRAP_TRACE, TRAP_TRACE); in main()
H A Dtraps.c1093 si_code = TRAP_TRACE; in trap_c()
/openbmc/linux/include/uapi/asm-generic/
H A Dsiginfo.h264 #define TRAP_TRACE 2 /* process trace trap */ macro
/openbmc/linux/arch/powerpc/kernel/
H A Dtraps.c307 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 Dtraps.c547 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()