Searched refs:DIE_GPF (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | kdebug.h | 21 DIE_GPF, enumerator
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | kdebug.h | 21 DIE_GPF, enumerator
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | kdebug.h | 19 DIE_GPF, enumerator
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | kdebug.h | 19 DIE_GPF, enumerator
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | traps.c | 608 ret = notify_die(DIE_GPF, desc, regs, error_code, X86_TRAP_GP, SIGSEGV); in DEFINE_IDTENTRY_ERRORCODE()
|
/kernel/linux/linux-5.10/drivers/misc/sgi-xp/ |
H A D | xpc_main.c | 1212 case DIE_GPF: in xpc_system_die()
|
/kernel/linux/linux-6.6/drivers/misc/sgi-xp/ |
H A D | xpc_main.c | 1205 case DIE_GPF: in xpc_system_die()
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | traps.c | 630 return notify_die(DIE_GPF, str, regs, error_code, trapnr, SIGSEGV) == NOTIFY_STOP; in gp_try_fixup_and_notify()
|
Completed in 7 milliseconds