Home
last modified time | relevance | path

Searched refs:DIE_DEBUG (Results 1 – 8 of 8) sorted by relevance

/arch/sparc/include/asm/
Dkdebug_64.h12 DIE_DEBUG, /* ta 0x70 */ enumerator
/arch/x86/include/asm/
Dkdebug.h13 DIE_DEBUG, enumerator
/arch/sparc/kernel/
Dkprobes.c406 case DIE_DEBUG: in kprobe_exceptions_notify()
436 if (notify_die((trap_level == 0x170) ? DIE_DEBUG : DIE_DEBUG_2, in kprobe_trap()
/arch/x86/kernel/
Dhw_breakpoint.c538 if (val != DIE_DEBUG) in hw_breakpoint_exceptions_notify()
Dtraps.c775 if (notify_die(DIE_DEBUG, "debug", regs, (long)&dr6, error_code, in do_debug()
Duprobes.c924 case DIE_DEBUG: in arch_uprobe_exception_notify()
Dkgdb.c553 case DIE_DEBUG: in __kgdb_notify()
/arch/x86/mm/
Dkmmio.c591 if (val == DIE_DEBUG && (*dr6_p & DR_STEP)) in kmmio_die_notifier()