Searched refs:TRAP_HWBKPT (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/arch/x86/include/asm/ |
D | traps.h | 76 return TRAP_HWBKPT; in get_si_code()
|
/linux-2.6.39/arch/powerpc/kernel/ |
D | traps.c | 1167 do_send_trap(regs, mfspr(SPRN_DAC1), debug_status, TRAP_HWBKPT, in handle_debug() 1172 do_send_trap(regs, mfspr(SPRN_DAC2), debug_status, TRAP_HWBKPT, in handle_debug() 1178 do_send_trap(regs, mfspr(SPRN_IAC1), debug_status, TRAP_HWBKPT, in handle_debug() 1183 do_send_trap(regs, mfspr(SPRN_IAC2), debug_status, TRAP_HWBKPT, in handle_debug() 1189 do_send_trap(regs, mfspr(SPRN_IAC3), debug_status, TRAP_HWBKPT, in handle_debug() 1194 do_send_trap(regs, mfspr(SPRN_IAC4), debug_status, TRAP_HWBKPT, in handle_debug()
|
D | process.c | 285 info.si_code = TRAP_HWBKPT; in do_dabr()
|
/linux-2.6.39/arch/mn10300/kernel/ |
D | traps.c | 68 [EXCEP_IBREAK >> 3] = { SIGTRAP, TRAP_HWBKPT }, /* Monitor */ 69 [EXCEP_OBREAK >> 3] = { SIGTRAP, TRAP_HWBKPT }, /* Monitor */
|
/linux-2.6.39/include/asm-generic/ |
D | siginfo.h | 209 #define TRAP_HWBKPT (__SI_FAULT|4) /* hardware breakpoint/watchpoint */ macro
|
/linux-2.6.39/arch/sh/kernel/ |
D | hw_breakpoint.c | 352 info.si_code = TRAP_HWBKPT; in hw_breakpoint_handler()
|
/linux-2.6.39/arch/arm/kernel/ |
D | hw_breakpoint.c | 956 hook_fault_code(2, hw_breakpoint_pending, SIGTRAP, TRAP_HWBKPT, in arch_hw_breakpoint_init() 958 hook_ifault_code(2, hw_breakpoint_pending, SIGTRAP, TRAP_HWBKPT, in arch_hw_breakpoint_init()
|
D | ptrace.c | 517 info.si_code = TRAP_HWBKPT; in ptrace_hbptriggered()
|
/linux-2.6.39/arch/ia64/kernel/ |
D | traps.c | 551 siginfo.si_code = TRAP_HWBKPT; in ia64_fault()
|
/linux-2.6.39/arch/parisc/kernel/ |
D | traps.c | 703 handle_gdb_break(regs, TRAP_HWBKPT); in handle_interruption()
|