Home
last modified time | relevance | path

Searched refs:DIE_BPT (Results 1 – 9 of 9) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dkdebug.h11 DIE_BPT, enumerator
/linux/arch/sparc/kernel/
H A Duprobes.c256 if (notify_die((trap_level == 0x173) ? DIE_BPT : DIE_SSTEP, in uprobe_trap()
275 case DIE_BPT: in arch_uprobe_exception_notify()
/linux/arch/sparc/include/asm/
H A Dkdebug_64.h14 DIE_BPT, /* ta 0x73 */ enumerator
/linux/arch/s390/include/asm/
H A Dkdebug.h13 DIE_BPT, enumerator
/linux/arch/powerpc/kernel/
H A Duprobes.c149 case DIE_BPT: in arch_uprobe_exception_notify()
H A Dtraps.c1501 if (notify_die(DIE_BPT, "breakpoint", regs, 5, 5, SIGTRAP) in do_program_check()
/linux/arch/s390/kernel/
H A Dtraps.c169 if (notify_die(DIE_BPT, "bpt", regs, 0, 3, SIGTRAP) != NOTIFY_STOP) in illegal_op()
H A Dkprobes.c464 case DIE_BPT: in kprobe_exceptions_notify()
H A Duprobes.c120 case DIE_BPT: in arch_uprobe_exception_notify()