Searched refs:TRAP_HWBKPT (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/arch/arm64/mm/ |
D | fault.c | 491 { do_bad, SIGTRAP, TRAP_HWBKPT, "hardware breakpoint" }, 492 { do_bad, SIGTRAP, TRAP_HWBKPT, "hardware single-step" }, 493 { do_bad, SIGTRAP, TRAP_HWBKPT, "hardware watchpoint" },
|
/linux-4.1.27/arch/arm64/kernel/ |
D | debug-monitors.c | 243 info.si_code = TRAP_HWBKPT; in single_step_handler() 375 TRAP_HWBKPT, "single-step handler"); in debug_traps_init()
|
D | hw_breakpoint.c | 927 TRAP_HWBKPT, "hw-breakpoint handler"); in arch_hw_breakpoint_init() 929 TRAP_HWBKPT, "hw-watchpoint handler"); in arch_hw_breakpoint_init()
|
D | ptrace.c | 81 .si_code = TRAP_HWBKPT, in ptrace_hbptriggered()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | traps.h | 101 return TRAP_HWBKPT; in get_si_code()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | traps.c | 1558 do_send_trap(regs, mfspr(SPRN_DAC1), debug_status, TRAP_HWBKPT, in handle_debug() 1563 do_send_trap(regs, mfspr(SPRN_DAC2), debug_status, TRAP_HWBKPT, in handle_debug() 1569 do_send_trap(regs, mfspr(SPRN_IAC1), debug_status, TRAP_HWBKPT, in handle_debug() 1574 do_send_trap(regs, mfspr(SPRN_IAC2), debug_status, TRAP_HWBKPT, in handle_debug() 1580 do_send_trap(regs, mfspr(SPRN_IAC3), debug_status, TRAP_HWBKPT, in handle_debug() 1585 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.1.27/arch/mn10300/kernel/ |
D | traps.c | 68 [EXCEP_IBREAK >> 3] = { SIGTRAP, TRAP_HWBKPT }, /* Monitor */ 69 [EXCEP_OBREAK >> 3] = { SIGTRAP, TRAP_HWBKPT }, /* Monitor */
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | siginfo.h | 229 #define TRAP_HWBKPT (__SI_FAULT|4) /* hardware breakpoint/watchpoint */ macro
|
/linux-4.1.27/arch/sh/kernel/ |
D | hw_breakpoint.c | 353 info.si_code = TRAP_HWBKPT; in hw_breakpoint_handler()
|
/linux-4.1.27/arch/arm/kernel/ |
D | hw_breakpoint.c | 1109 TRAP_HWBKPT, "watchpoint debug exception"); in arch_hw_breakpoint_init() 1111 TRAP_HWBKPT, "breakpoint debug exception"); in arch_hw_breakpoint_init()
|
D | ptrace.c | 402 info.si_code = TRAP_HWBKPT; in ptrace_hbptriggered()
|
/linux-4.1.27/arch/s390/kernel/ |
D | traps.c | 105 info.si_code = TRAP_HWBKPT; in do_per_trap()
|
/linux-4.1.27/arch/ia64/kernel/ |
D | traps.c | 552 siginfo.si_code = TRAP_HWBKPT; in ia64_fault()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | traps.c | 692 handle_gdb_break(regs, TRAP_HWBKPT); in handle_interruption()
|