Searched refs:X86_TRAP_GP (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/arch/x86/kernel/ |
| D | traps.c | 557 tsk->thread.trap_nr = X86_TRAP_GP; in DEFINE_IDTENTRY_ERRORCODE() 559 if (fixup_vdso_exception(regs, X86_TRAP_GP, error_code, 0)) in DEFINE_IDTENTRY_ERRORCODE() 567 if (fixup_exception(regs, X86_TRAP_GP, error_code, 0)) in DEFINE_IDTENTRY_ERRORCODE() 571 tsk->thread.trap_nr = X86_TRAP_GP; in DEFINE_IDTENTRY_ERRORCODE() 579 kprobe_fault_handler(regs, X86_TRAP_GP)) in DEFINE_IDTENTRY_ERRORCODE() 582 ret = notify_die(DIE_GPF, desc, regs, error_code, X86_TRAP_GP, SIGSEGV); in DEFINE_IDTENTRY_ERRORCODE()
|
| D | sev.c | 281 ctxt->fi.vector = X86_TRAP_GP; in __vc_decode_user_insn() 976 ctxt->fi.vector = X86_TRAP_GP; in vc_handle_mmio_movs() 1106 ctxt->fi.vector = X86_TRAP_GP; in vc_handle_dr7_write() 1303 case X86_TRAP_GP: in vc_forward_exception()
|
| D | idt.c | 89 INTG(X86_TRAP_GP, asm_exc_general_protection),
|
| D | sev-shared.c | 124 ((v == X86_TRAP_GP) || (v == X86_TRAP_UD)) && in sev_es_ghcb_hv_call()
|
| /Linux-v5.15/arch/x86/include/asm/ |
| D | trapnr.h | 20 #define X86_TRAP_GP 13 /* General Protection Fault */ macro
|
| D | idtentry.h | 562 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_GP, exc_general_protection);
|
| /Linux-v5.15/arch/x86/mm/ |
| D | extable.c | 78 …WARN_ONCE(trapnr == X86_TRAP_GP, "General protection fault in user access. Non-canonical address?"… in ex_handler_uaccess() 89 …WARN_ONCE(trapnr == X86_TRAP_GP, "General protection fault in user access. Non-canonical address?"… in ex_handler_copy()
|
| /Linux-v5.15/arch/x86/kvm/svm/ |
| D | svm.c | 2770 X86_TRAP_GP | in svm_complete_emulated_msr()
|