Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/entry/
Dentry_fred.c74 return exc_general_protection(regs, 0); in fred_intx()
196 case X86_TRAP_GP: return exc_general_protection(regs, error_code); in fred_hwexc()
/linux-6.12.1/arch/x86/include/asm/
Didtentry.h617 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_GP, exc_general_protection);
/linux-6.12.1/arch/x86/kernel/
Dtraps.c693 DEFINE_IDTENTRY_ERRORCODE(exc_general_protection) in DEFINE_IDTENTRY_ERRORCODE() argument
/linux-6.12.1/arch/x86/xen/
Denlighten_pv.c726 TRAP_ENTRY(exc_general_protection, false ),
/linux-6.12.1/arch/x86/coco/sev/
Dcore.c597 exc_general_protection(ctxt->regs, error_code); in vc_forward_exception()