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