Searched refs:DIE_SSTEP (Results 1 – 10 of 10) sorted by relevance
/linux/arch/powerpc/include/asm/ |
H A D | kdebug.h | 12 DIE_SSTEP, enumerator
|
/linux/arch/sh/include/asm/ |
H A D | kdebug.h | 11 DIE_SSTEP, enumerator
|
/linux/arch/sparc/include/asm/ |
H A D | kdebug_64.h | 15 DIE_SSTEP, /* ta 0x74 */ enumerator
|
/linux/arch/s390/include/asm/ |
H A D | kdebug.h | 14 DIE_SSTEP, enumerator
|
/linux/arch/sparc/kernel/ |
H A D | uprobes.c | 256 if (notify_die((trap_level == 0x173) ? DIE_BPT : DIE_SSTEP, in uprobe_trap() 280 case DIE_SSTEP: in arch_uprobe_exception_notify()
|
/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 | 1140 if (notify_die(DIE_SSTEP, "single_step", regs, 5, in __single_step_exception() 2057 if (notify_die(DIE_SSTEP, "block_step", regs, 5, in DEFINE_INTERRUPT_HANDLER() 2074 if (notify_die(DIE_SSTEP, "single_step", regs, 5, in DEFINE_INTERRUPT_HANDLER()
|
/linux/arch/s390/kernel/ |
H A D | kprobes.c | 468 case DIE_SSTEP: in kprobe_exceptions_notify()
|
H A D | uprobes.c | 125 case DIE_SSTEP: in arch_uprobe_exception_notify()
|