Home
last modified time | relevance | path

Searched refs:exc_double_fault (Results 1 – 5 of 5) sorted by relevance

/linux/arch/x86/kernel/
H A Ddoublefault_32.c73 exc_double_fault(&regs, 0, cr2); in doublefault_shim()
H A Dtraps.c401 DEFINE_IDTENTRY_DF(exc_double_fault) in DEFINE_IDTENTRY_DF() argument
/linux/arch/x86/entry/
H A Dentry_fred.c192 case X86_TRAP_DF: return exc_double_fault(regs, error_code); in fred_hwexc()
/linux/arch/x86/xen/
H A Denlighten_pv.c652 exc_double_fault(regs, error_code); in DEFINE_IDTENTRY_RAW_ERRORCODE()
708 TRAP_ENTRY_REDIR(exc_double_fault, true ),
/linux/arch/x86/include/asm/
H A Didtentry.h668 DECLARE_IDTENTRY_DF(X86_TRAP_DF, exc_double_fault);