Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sparc/include/asm/
Dkdebug_64.h12 DIE_DEBUG, /* ta 0x70 */ enumerator
/linux-5.19.10/arch/x86/include/asm/
Dkdebug.h13 DIE_DEBUG, enumerator
/linux-5.19.10/arch/sparc/kernel/
Dkprobes.c385 case DIE_DEBUG: in kprobe_exceptions_notify()
415 if (notify_die((trap_level == 0x170) ? DIE_DEBUG : DIE_DEBUG_2, in kprobe_trap()
/linux-5.19.10/arch/x86/kernel/
Dhw_breakpoint.c583 if (val != DIE_DEBUG) in hw_breakpoint_exceptions_notify()
Dkgdb.c532 case DIE_DEBUG: in __kgdb_notify()
Duprobes.c1016 case DIE_DEBUG: in arch_uprobe_exception_notify()
Dtraps.c1008 if (notify_die(DIE_DEBUG, "debug", regs, (long)dr6, 0, SIGTRAP) == NOTIFY_STOP) in notify_debug()
/linux-5.19.10/arch/x86/mm/
Dkmmio.c586 if (val == DIE_DEBUG && (*dr6_p & DR_STEP)) in kmmio_die_notifier()
/linux-5.19.10/drivers/misc/sgi-xp/
Dxpc_main.c1209 case DIE_DEBUG: in xpc_system_die()