X86_TRAP_GP
case X86_TRAP_GP:
ctxt->fi.vector = X86_TRAP_GP;
ctxt->fi.vector = X86_TRAP_GP;
ctxt->fi.vector = X86_TRAP_GP;
ctxt->fi.vector = X86_TRAP_GP;
ctxt->fi.vector = X86_TRAP_GP;
((v == X86_TRAP_GP) || (v == X86_TRAP_UD)) &&
case X86_TRAP_GP: return exc_general_protection(regs, error_code);
DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_GP, exc_general_protection);
#define TDX_SEAMCALL_GP (TDX_SW_ERROR | X86_TRAP_GP)
ENCLS_TRAPNR(ret) != X86_TRAP_GP);
INTG(X86_TRAP_GP, asm_exc_general_protection),
if (fixup_vdso_exception(regs, X86_TRAP_GP, error_code, 0))
gp_user_force_sig_segv(regs, X86_TRAP_GP, error_code, desc);
if (gp_try_fixup_and_notify(regs, X86_TRAP_GP, error_code, desc, 0))
svm_vmgexit_inject_exception(svm, X86_TRAP_GP);
WARN_ONCE(trapnr == X86_TRAP_GP && !gp_fault_address_ok(fault_address),