Searched refs:DIE_SSTEP (Results 1 – 11 of 11) sorted by relevance
/linux/arch/powerpc/include/asm/ |
A D | kdebug.h | 12 DIE_SSTEP, enumerator
|
/linux/arch/sparc/kernel/ |
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()
|
/linux/arch/sh/include/asm/ |
A D | kdebug.h | 11 DIE_SSTEP, enumerator
|
/linux/arch/sparc/include/asm/ |
A D | kdebug_64.h | 15 DIE_SSTEP, /* ta 0x74 */ enumerator
|
/linux/arch/s390/include/asm/ |
A D | kdebug.h | 14 DIE_SSTEP, enumerator
|
/linux/arch/powerpc/kernel/ |
A D | uprobes.c | 148 case DIE_SSTEP: in arch_uprobe_exception_notify()
|
A D | traps.c | 1125 if (notify_die(DIE_SSTEP, "single_step", regs, 5, in __single_step_exception() 2011 if (notify_die(DIE_SSTEP, "block_step", regs, 5, in DEFINE_INTERRUPT_HANDLER() 2028 if (notify_die(DIE_SSTEP, "single_step", regs, 5, in DEFINE_INTERRUPT_HANDLER()
|
A D | hw_breakpoint.c | 801 case DIE_SSTEP: in hw_breakpoint_exceptions_notify()
|
/linux/arch/s390/kernel/ |
A D | traps.c | 74 if (notify_die(DIE_SSTEP, "sstep", regs, 0, 0, SIGTRAP) == NOTIFY_STOP) in do_per_trap()
|
A D | kprobes.c | 537 case DIE_SSTEP: in kprobe_exceptions_notify()
|
A D | uprobes.c | 126 case DIE_SSTEP: in arch_uprobe_exception_notify()
|
Completed in 18 milliseconds