Searched refs:X86_TRAP_DF (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | trapnr.h | 15 #define X86_TRAP_DF 8 /* Double Fault */ macro
|
H A D | idtentry.h | 653 DECLARE_IDTENTRY_DF(X86_TRAP_DF, exc_double_fault); 655 DECLARE_IDTENTRY_RAW_ERRORCODE(X86_TRAP_DF, xenpv_exc_double_fault);
|
/openbmc/linux/arch/x86/kernel/ |
H A D | idt.c | 100 TSKG(X86_TRAP_DF, GDT_ENTRY_DOUBLEFAULT_TSS), 102 ISTG(X86_TRAP_DF, asm_exc_double_fault, IST_INDEX_DF),
|
H A D | traps.c | 466 notify_die(DIE_TRAP, str, regs, error_code, X86_TRAP_DF, SIGSEGV); in DEFINE_IDTENTRY_DF() 469 tsk->thread.trap_nr = X86_TRAP_DF; in DEFINE_IDTENTRY_DF()
|
/openbmc/linux/drivers/misc/sgi-xp/ |
H A D | xpc_main.c | 1192 if (die_args->trapnr == X86_TRAP_DF) in xpc_system_die()
|