Searched refs:X86_TRAP_GP (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dtrapnr.h32 #define X86_TRAP_GP 13 /* General Protection Fault */ macro
H A Dtdx.h24 #define TDX_SEAMCALL_GP (TDX_SW_ERROR | X86_TRAP_GP)
H A Didtentry.h617 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_GP, exc_general_protection);
/linux-master/arch/x86/mm/
H A Dextable.c162 WARN_ONCE(trapnr == X86_TRAP_GP && !gp_fault_address_ok(fault_address),
170 WARN_ONCE(trapnr == X86_TRAP_GP, "General protection fault in user access. Non-canonical address?");
/linux-master/arch/x86/kernel/cpu/sgx/
H A Dvirt.c174 ENCLS_TRAPNR(ret) != X86_TRAP_GP);
/linux-master/arch/x86/kernel/
H A Didt.c94 INTG(X86_TRAP_GP, asm_exc_general_protection),
H A Dtraps.c671 if (fixup_vdso_exception(regs, X86_TRAP_GP, error_code, 0))
674 gp_user_force_sig_segv(regs, X86_TRAP_GP, error_code, desc);
678 if (gp_try_fixup_and_notify(regs, X86_TRAP_GP, error_code, desc, 0))
H A Dsev.c313 ctxt->fi.vector = X86_TRAP_GP;
569 ctxt->fi.vector = X86_TRAP_GP;
1495 ctxt->fi.vector = X86_TRAP_GP;
1627 ctxt->fi.vector = X86_TRAP_GP;
1830 case X86_TRAP_GP:
H A Dsev-shared.c218 ((v == X86_TRAP_GP) || (v == X86_TRAP_UD)) &&
/linux-master/arch/x86/entry/
H A Dentry_fred.c194 case X86_TRAP_GP: return exc_general_protection(regs, error_code);
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c2940 X86_TRAP_GP |

Completed in 173 milliseconds