Searched refs:DIE_SSTEP (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.10/arch/powerpc/include/asm/ |
D | kdebug.h | 12 DIE_SSTEP, enumerator
|
/Linux-v5.10/arch/sh/include/asm/ |
D | kdebug.h | 11 DIE_SSTEP, enumerator
|
/Linux-v5.10/arch/sparc/include/asm/ |
D | kdebug_64.h | 15 DIE_SSTEP, /* ta 0x74 */ enumerator
|
/Linux-v5.10/arch/s390/include/asm/ |
D | kdebug.h | 14 DIE_SSTEP, enumerator
|
/Linux-v5.10/arch/sparc/kernel/ |
D | uprobes.c | 254 if (notify_die((trap_level == 0x173) ? DIE_BPT : DIE_SSTEP, in uprobe_trap() 278 case DIE_SSTEP: in arch_uprobe_exception_notify()
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | uprobes.c | 141 case DIE_SSTEP: in arch_uprobe_exception_notify()
|
D | traps.c | 1135 if (notify_die(DIE_SSTEP, "single_step", regs, 5, in single_step_exception() 2017 if (notify_die(DIE_SSTEP, "block_step", regs, 5, in DebugException() 2034 if (notify_die(DIE_SSTEP, "single_step", regs, 5, in DebugException()
|
D | hw_breakpoint.c | 739 case DIE_SSTEP: in hw_breakpoint_exceptions_notify()
|
/Linux-v5.10/arch/s390/kernel/ |
D | traps.c | 69 if (notify_die(DIE_SSTEP, "sstep", regs, 0, 0, SIGTRAP) == NOTIFY_STOP) in do_per_trap()
|
D | kprobes.c | 516 case DIE_SSTEP: in kprobe_exceptions_notify()
|
D | uprobes.c | 126 case DIE_SSTEP: in arch_uprobe_exception_notify()
|