Searched refs:X86_TRAP_GP (Results 1 – 9 of 9) sorted by relevance
/linux/arch/x86/kernel/ |
A D | traps.c | 591 tsk->thread.trap_nr = X86_TRAP_GP; in DEFINE_IDTENTRY_ERRORCODE() 593 if (fixup_vdso_exception(regs, X86_TRAP_GP, error_code, 0)) in DEFINE_IDTENTRY_ERRORCODE() 601 if (fixup_exception(regs, X86_TRAP_GP, error_code, 0)) in DEFINE_IDTENTRY_ERRORCODE() 605 tsk->thread.trap_nr = X86_TRAP_GP; in DEFINE_IDTENTRY_ERRORCODE() 613 kprobe_fault_handler(regs, X86_TRAP_GP)) in DEFINE_IDTENTRY_ERRORCODE() 616 ret = notify_die(DIE_GPF, desc, regs, error_code, X86_TRAP_GP, SIGSEGV); in DEFINE_IDTENTRY_ERRORCODE()
|
A D | sev.c | 250 ctxt->fi.vector = X86_TRAP_GP; in __vc_decode_user_insn() 966 ctxt->fi.vector = X86_TRAP_GP; in vc_handle_mmio_movs() 1096 ctxt->fi.vector = X86_TRAP_GP; in vc_handle_dr7_write() 1293 case X86_TRAP_GP: in vc_forward_exception()
|
A D | idt.c | 89 INTG(X86_TRAP_GP, asm_exc_general_protection),
|
A D | sev-shared.c | 114 ((v == X86_TRAP_GP) || (v == X86_TRAP_UD)) && in verify_exception_info()
|
/linux/arch/x86/mm/ |
A D | extable.c | 57 …WARN_ONCE(trapnr == X86_TRAP_GP, "General protection fault in user access. Non-canonical address?"… in ex_handler_uaccess() 64 …WARN_ONCE(trapnr == X86_TRAP_GP, "General protection fault in user access. Non-canonical address?"… in ex_handler_copy()
|
/linux/arch/x86/include/asm/ |
A D | trapnr.h | 20 #define X86_TRAP_GP 13 /* General Protection Fault */ macro
|
A D | idtentry.h | 562 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_GP, exc_general_protection);
|
/linux/arch/x86/kernel/cpu/sgx/ |
A D | virt.c | 174 ENCLS_TRAPNR(ret) != X86_TRAP_GP); in sgx_vepc_remove_all()
|
/linux/arch/x86/kvm/svm/ |
A D | svm.c | 2852 X86_TRAP_GP | in svm_complete_emulated_msr()
|
Completed in 26 milliseconds