Searched refs:TRAP_HWBKPT (Results 1 – 15 of 15) sorted by relevance
| /linux-4.4.14/arch/arm64/mm/ |
| D | fault.c | 564 { do_bad, SIGTRAP, TRAP_HWBKPT, "hardware breakpoint" }, 565 { do_bad, SIGTRAP, TRAP_HWBKPT, "hardware single-step" }, 566 { do_bad, SIGTRAP, TRAP_HWBKPT, "hardware watchpoint" },
|
| /linux-4.4.14/arch/arm64/kernel/ |
| D | debug-monitors.c | 245 info.si_code = TRAP_HWBKPT; in single_step_handler() 377 TRAP_HWBKPT, "single-step handler"); in debug_traps_init()
|
| D | hw_breakpoint.c | 929 TRAP_HWBKPT, "hw-breakpoint handler"); in arch_hw_breakpoint_init() 931 TRAP_HWBKPT, "hw-watchpoint handler"); in arch_hw_breakpoint_init()
|
| D | ptrace.c | 81 .si_code = TRAP_HWBKPT, in ptrace_hbptriggered()
|
| /linux-4.4.14/arch/x86/include/asm/ |
| D | traps.h | 101 return TRAP_HWBKPT; in get_si_code()
|
| /linux-4.4.14/arch/powerpc/kernel/ |
| D | traps.c | 1595 do_send_trap(regs, mfspr(SPRN_DAC1), debug_status, TRAP_HWBKPT, in handle_debug() 1600 do_send_trap(regs, mfspr(SPRN_DAC2), debug_status, TRAP_HWBKPT, in handle_debug() 1606 do_send_trap(regs, mfspr(SPRN_IAC1), debug_status, TRAP_HWBKPT, in handle_debug() 1611 do_send_trap(regs, mfspr(SPRN_IAC2), debug_status, TRAP_HWBKPT, in handle_debug() 1617 do_send_trap(regs, mfspr(SPRN_IAC3), debug_status, TRAP_HWBKPT, in handle_debug() 1622 do_send_trap(regs, mfspr(SPRN_IAC4), debug_status, TRAP_HWBKPT, in handle_debug()
|
| D | process.c | 329 current->thread.trap_nr = TRAP_HWBKPT; in do_break() 343 info.si_code = TRAP_HWBKPT; in do_break()
|
| /linux-4.4.14/arch/mn10300/kernel/ |
| D | traps.c | 68 [EXCEP_IBREAK >> 3] = { SIGTRAP, TRAP_HWBKPT }, /* Monitor */ 69 [EXCEP_OBREAK >> 3] = { SIGTRAP, TRAP_HWBKPT }, /* Monitor */
|
| /linux-4.4.14/include/uapi/asm-generic/ |
| D | siginfo.h | 229 #define TRAP_HWBKPT (__SI_FAULT|4) /* hardware breakpoint/watchpoint */ macro
|
| /linux-4.4.14/arch/sh/kernel/ |
| D | hw_breakpoint.c | 353 info.si_code = TRAP_HWBKPT; in hw_breakpoint_handler()
|
| /linux-4.4.14/arch/s390/kernel/ |
| D | traps.c | 105 info.si_code = TRAP_HWBKPT; in do_per_trap()
|
| /linux-4.4.14/arch/arm/kernel/ |
| D | hw_breakpoint.c | 1108 TRAP_HWBKPT, "watchpoint debug exception"); in arch_hw_breakpoint_init() 1110 TRAP_HWBKPT, "breakpoint debug exception"); in arch_hw_breakpoint_init()
|
| D | ptrace.c | 402 info.si_code = TRAP_HWBKPT; in ptrace_hbptriggered()
|
| /linux-4.4.14/arch/ia64/kernel/ |
| D | traps.c | 552 siginfo.si_code = TRAP_HWBKPT; in ia64_fault()
|
| /linux-4.4.14/arch/parisc/kernel/ |
| D | traps.c | 692 handle_gdb_break(regs, TRAP_HWBKPT); in handle_interruption()
|