Home
last modified time | relevance | path

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

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