Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/
Dtrapnr.h20 #define X86_TRAP_GP 13 /* General Protection Fault */ macro
Didtentry.h564 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_GP, exc_general_protection);
/Linux-v6.6/arch/x86/mm/
Dextable.c161 WARN_ONCE(trapnr == X86_TRAP_GP && !gp_fault_address_ok(fault_address), in ex_handler_uaccess()
169 …WARN_ONCE(trapnr == X86_TRAP_GP, "General protection fault in user access. Non-canonical address?"… in ex_handler_copy()
/Linux-v6.6/arch/x86/kernel/
Dtraps.c669 if (fixup_vdso_exception(regs, X86_TRAP_GP, error_code, 0)) in DEFINE_IDTENTRY_ERRORCODE()
672 gp_user_force_sig_segv(regs, X86_TRAP_GP, error_code, desc); in DEFINE_IDTENTRY_ERRORCODE()
676 if (gp_try_fixup_and_notify(regs, X86_TRAP_GP, error_code, desc, 0)) in DEFINE_IDTENTRY_ERRORCODE()
Dsev.c292 ctxt->fi.vector = X86_TRAP_GP; in __vc_decode_user_insn()
548 ctxt->fi.vector = X86_TRAP_GP; in vc_ioio_check()
1485 ctxt->fi.vector = X86_TRAP_GP; in vc_handle_mmio_movs()
1617 ctxt->fi.vector = X86_TRAP_GP; in vc_handle_dr7_write()
1817 case X86_TRAP_GP: in vc_forward_exception()
Didt.c93 INTG(X86_TRAP_GP, asm_exc_general_protection),
Dsev-shared.c211 ((v == X86_TRAP_GP) || (v == X86_TRAP_UD)) && in verify_exception_info()
/Linux-v6.6/arch/x86/kernel/cpu/sgx/
Dvirt.c174 ENCLS_TRAPNR(ret) != X86_TRAP_GP); in sgx_vepc_remove_all()
/Linux-v6.6/arch/x86/kvm/svm/
Dsvm.c2958 X86_TRAP_GP | in svm_complete_emulated_msr()