Searched refs:DIE_SSTEP (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/arch/avr32/include/asm/ |
D | kdebug.h | 7 DIE_SSTEP, enumerator
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | kdebug.h | 11 DIE_SSTEP, enumerator
|
/linux-4.1.27/arch/sh/include/asm/ |
D | kdebug.h | 10 DIE_SSTEP, enumerator
|
/linux-4.1.27/arch/s390/include/asm/ |
D | kdebug.h | 13 DIE_SSTEP, enumerator
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | uprobes.c | 153 case DIE_SSTEP: in arch_uprobe_exception_notify()
|
D | hw_breakpoint.c | 344 case DIE_SSTEP: in hw_breakpoint_exceptions_notify()
|
D | kprobes.c | 485 case DIE_SSTEP: in kprobe_exceptions_notify()
|
D | traps.c | 803 if (notify_die(DIE_SSTEP, "single_step", regs, 5, in single_step_exception() 1630 if (notify_die(DIE_SSTEP, "block_step", regs, 5, in DebugException() 1644 if (notify_die(DIE_SSTEP, "single_step", regs, 5, in DebugException()
|
/linux-4.1.27/arch/avr32/kernel/ |
D | kprobes.c | 219 case DIE_SSTEP: in kprobe_exceptions_notify()
|
D | ptrace.c | 253 die_val = DIE_SSTEP; in do_debug()
|
/linux-4.1.27/arch/s390/kernel/ |
D | traps.c | 99 if (notify_die(DIE_SSTEP, "sstep", regs, 0, 0, SIGTRAP) == NOTIFY_STOP) in do_per_trap()
|
D | uprobes.c | 123 case DIE_SSTEP: in arch_uprobe_exception_notify()
|
D | kprobes.c | 657 case DIE_SSTEP: in kprobe_exceptions_notify()
|