Searched refs:X86_TRAP_GP (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/arch/x86/include/asm/ |
D | trapnr.h | 20 #define X86_TRAP_GP 13 /* General Protection Fault */ macro
|
D | idtentry.h | 564 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_GP, exc_general_protection);
|
/linux-6.1.9/arch/x86/mm/ |
D | extable.c | 136 …WARN_ONCE(trapnr == X86_TRAP_GP, "General protection fault in user access. Non-canonical address?"… in ex_handler_uaccess() 143 …WARN_ONCE(trapnr == X86_TRAP_GP, "General protection fault in user access. Non-canonical address?"… in ex_handler_copy()
|
/linux-6.1.9/arch/x86/kernel/ |
D | traps.c | 755 if (fixup_vdso_exception(regs, X86_TRAP_GP, error_code, 0)) in DEFINE_IDTENTRY_ERRORCODE() 758 gp_user_force_sig_segv(regs, X86_TRAP_GP, error_code, desc); in DEFINE_IDTENTRY_ERRORCODE() 762 if (gp_try_fixup_and_notify(regs, X86_TRAP_GP, error_code, desc)) in DEFINE_IDTENTRY_ERRORCODE()
|
D | idt.c | 93 INTG(X86_TRAP_GP, asm_exc_general_protection),
|
D | sev.c | 280 ctxt->fi.vector = X86_TRAP_GP; in __vc_decode_user_insn() 1502 ctxt->fi.vector = X86_TRAP_GP; in vc_handle_mmio_movs() 1628 ctxt->fi.vector = X86_TRAP_GP; in vc_handle_dr7_write() 1825 case X86_TRAP_GP: in vc_forward_exception()
|
D | sev-shared.c | 208 ((v == X86_TRAP_GP) || (v == X86_TRAP_UD)) && in verify_exception_info()
|
/linux-6.1.9/arch/x86/kernel/cpu/sgx/ |
D | virt.c | 174 ENCLS_TRAPNR(ret) != X86_TRAP_GP); in sgx_vepc_remove_all()
|
/linux-6.1.9/arch/x86/kvm/svm/ |
D | svm.c | 2827 X86_TRAP_GP | in svm_complete_emulated_msr()
|