Home
last modified time | relevance | path

Searched refs:DIE_SSTEP (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dkdebug.h12 DIE_SSTEP, enumerator
/linux/arch/sh/include/asm/
H A Dkdebug.h11 DIE_SSTEP, enumerator
/linux/arch/sparc/include/asm/
H A Dkdebug_64.h15 DIE_SSTEP, /* ta 0x74 */ enumerator
/linux/arch/s390/include/asm/
H A Dkdebug.h14 DIE_SSTEP, enumerator
/linux/arch/powerpc/kernel/
H A Duprobes.c153 case DIE_SSTEP: in arch_uprobe_exception_notify()
H A Dhw_breakpoint.c568 case DIE_SSTEP: in hw_breakpoint_exceptions_notify()
/linux/arch/s390/kernel/
H A Dtraps.c73 if (notify_die(DIE_SSTEP, "sstep", regs, 0, 0, SIGTRAP) == NOTIFY_STOP) in do_per_trap()