Searched refs:DIE_SSTEP (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | kdebug.h | 12 DIE_SSTEP, enumerator
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | kdebug.h | 11 DIE_SSTEP, enumerator
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | kdebug_64.h | 15 DIE_SSTEP, /* ta 0x74 */ enumerator
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | kdebug.h | 14 DIE_SSTEP, enumerator
|
/openbmc/linux/arch/sparc/kernel/ |
H A 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()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | uprobes.c | 153 case DIE_SSTEP: in arch_uprobe_exception_notify()
|
H A D | hw_breakpoint.c | 568 case DIE_SSTEP: in hw_breakpoint_exceptions_notify()
|
H A D | traps.c | 1141 if (notify_die(DIE_SSTEP, "single_step", regs, 5, in __single_step_exception() 2058 if (notify_die(DIE_SSTEP, "block_step", regs, 5, in DEFINE_INTERRUPT_HANDLER() 2075 if (notify_die(DIE_SSTEP, "single_step", regs, 5, in DEFINE_INTERRUPT_HANDLER()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | traps.c | 73 if (notify_die(DIE_SSTEP, "sstep", regs, 0, 0, SIGTRAP) == NOTIFY_STOP) in do_per_trap()
|
H A D | kprobes.c | 496 case DIE_SSTEP: in kprobe_exceptions_notify()
|
H A D | uprobes.c | 126 case DIE_SSTEP: in arch_uprobe_exception_notify()
|