Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
A Dtraps.c591 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 Dsev.c250 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 Didt.c89 INTG(X86_TRAP_GP, asm_exc_general_protection),
A Dsev-shared.c114 ((v == X86_TRAP_GP) || (v == X86_TRAP_UD)) && in verify_exception_info()
/linux/arch/x86/mm/
A Dextable.c57 …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 Dtrapnr.h20 #define X86_TRAP_GP 13 /* General Protection Fault */ macro
A Didtentry.h562 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_GP, exc_general_protection);
/linux/arch/x86/kernel/cpu/sgx/
A Dvirt.c174 ENCLS_TRAPNR(ret) != X86_TRAP_GP); in sgx_vepc_remove_all()
/linux/arch/x86/kvm/svm/
A Dsvm.c2852 X86_TRAP_GP | in svm_complete_emulated_msr()

Completed in 33 milliseconds