Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dtrapnr.h32 #define X86_TRAP_GP 13 /* General Protection Fault */ macro
A Dtdx.h24 #define TDX_SEAMCALL_GP (TDX_SW_ERROR | X86_TRAP_GP)
A Didtentry.h617 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_GP, exc_general_protection);
/linux/arch/x86/kernel/
A Dtraps.c720 if (fixup_vdso_exception(regs, X86_TRAP_GP, error_code, 0)) in DEFINE_IDTENTRY_ERRORCODE()
723 gp_user_force_sig_segv(regs, X86_TRAP_GP, error_code, desc); in DEFINE_IDTENTRY_ERRORCODE()
727 if (gp_try_fixup_and_notify(regs, X86_TRAP_GP, error_code, desc, 0)) in DEFINE_IDTENTRY_ERRORCODE()
A Didt.c94 INTG(X86_TRAP_GP, asm_exc_general_protection),
/linux/arch/x86/kernel/cpu/sgx/
A Dvirt.c174 ENCLS_TRAPNR(ret) != X86_TRAP_GP); in sgx_vepc_remove_all()
/linux/arch/x86/coco/sev/
A Dcore.c326 ctxt->fi.vector = X86_TRAP_GP; in __vc_decode_user_insn()
582 ctxt->fi.vector = X86_TRAP_GP; in vc_ioio_check()
596 case X86_TRAP_GP: in vc_forward_exception()
1675 ctxt->fi.vector = X86_TRAP_GP; in vc_handle_mmio_movs()
1807 ctxt->fi.vector = X86_TRAP_GP; in vc_handle_dr7_write()
A Dshared.c240 ((v == X86_TRAP_GP) || (v == X86_TRAP_UD)) && in verify_exception_info()
/linux/arch/x86/entry/
A Dentry_fred.c196 case X86_TRAP_GP: return exc_general_protection(regs, error_code); in fred_hwexc()
/linux/arch/x86/mm/
A Dextable.c162 WARN_ONCE(trapnr == X86_TRAP_GP && !gp_fault_address_ok(fault_address), in ex_handler_uaccess()
/linux/arch/x86/kvm/svm/
A Dsvm.c2980 X86_TRAP_GP | in svm_complete_emulated_msr()

Completed in 41 milliseconds