Searched refs:X86_TRAP_GP (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/arch/x86/include/asm/ |
| H A D | trapnr.h | 32 #define X86_TRAP_GP 13 /* General Protection Fault */ macro
|
| H A D | tdx.h | 24 #define TDX_SEAMCALL_GP (TDX_SW_ERROR | X86_TRAP_GP)
|
| H A D | idtentry.h | 617 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_GP, exc_general_protection);
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | traps.c | 818 if (fixup_vdso_exception(regs, X86_TRAP_GP, error_code, 0)) in DEFINE_IDTENTRY_ERRORCODE() 821 gp_user_force_sig_segv(regs, X86_TRAP_GP, error_code, desc); in DEFINE_IDTENTRY_ERRORCODE() 825 if (gp_try_fixup_and_notify(regs, X86_TRAP_GP, error_code, desc, 0)) in DEFINE_IDTENTRY_ERRORCODE()
|
| H A D | idt.c | 94 INTG(X86_TRAP_GP, asm_exc_general_protection),
|
| /linux-6.15/arch/x86/kernel/cpu/sgx/ |
| H A D | virt.c | 174 ENCLS_TRAPNR(ret) != X86_TRAP_GP); in sgx_vepc_remove_all()
|
| /linux-6.15/arch/x86/entry/ |
| H A D | entry_fred.c | 196 case X86_TRAP_GP: return exc_general_protection(regs, error_code); in fred_hwexc()
|
| /linux-6.15/arch/x86/mm/ |
| H A D | extable.c | 162 WARN_ONCE(trapnr == X86_TRAP_GP && !gp_fault_address_ok(fault_address), in ex_handler_uaccess()
|
| /linux-6.15/arch/x86/coco/sev/ |
| H A D | core.c | 312 ctxt->fi.vector = X86_TRAP_GP; in __vc_decode_user_insn() 568 ctxt->fi.vector = X86_TRAP_GP; in vc_ioio_check() 582 case X86_TRAP_GP: in vc_forward_exception() 1882 ctxt->fi.vector = X86_TRAP_GP; in vc_handle_mmio_movs() 2014 ctxt->fi.vector = X86_TRAP_GP; in vc_handle_dr7_write()
|
| H A D | shared.c | 240 ((v == X86_TRAP_GP) || (v == X86_TRAP_UD)) && in verify_exception_info()
|
| /linux-6.15/arch/x86/kvm/svm/ |
| H A D | svm.c | 3047 svm_vmgexit_inject_exception(svm, X86_TRAP_GP); in svm_complete_emulated_msr()
|