Searched refs:DIE_GPF (Results 1 – 7 of 7) sorted by relevance
/arch/mn10300/include/asm/ |
D | kdebug.h | 19 DIE_GPF, enumerator
|
/arch/s390/include/asm/ |
D | kdebug.h | 20 DIE_GPF, enumerator
|
/arch/x86/include/asm/ |
D | kdebug.h | 18 DIE_GPF, enumerator
|
/arch/mn10300/kernel/ |
D | kprobes.c | 581 case DIE_GPF: in kprobe_exceptions_notify()
|
D | traps.c | 191 if (notify_die(DIE_GPF, str, regs, code, 0, 0)) in die_if_no_fixup()
|
/arch/x86/kernel/ |
D | traps.c | 313 if (notify_die(DIE_GPF, "general protection fault", regs, error_code, in do_general_protection()
|
/arch/x86/kernel/kprobes/ |
D | core.c | 1000 if (val == DIE_GPF) { in kprobe_exceptions_notify()
|