Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dtrapnr.h20 #define X86_TRAP_GP 13 /* General Protection Fault */ macro
Didtentry.h565 DECLARE_IDTENTRY_ERRORCODE(X86_TRAP_GP, exc_general_protection);
/arch/x86/mm/
Dextable.c78 …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()
/arch/x86/kernel/
Dtraps.c586 tsk->thread.trap_nr = X86_TRAP_GP; in DEFINE_IDTENTRY_ERRORCODE()
593 if (fixup_exception(regs, X86_TRAP_GP, error_code, 0)) in DEFINE_IDTENTRY_ERRORCODE()
597 tsk->thread.trap_nr = X86_TRAP_GP; in DEFINE_IDTENTRY_ERRORCODE()
605 kprobe_fault_handler(regs, X86_TRAP_GP)) in DEFINE_IDTENTRY_ERRORCODE()
608 ret = notify_die(DIE_GPF, desc, regs, error_code, X86_TRAP_GP, SIGSEGV); in DEFINE_IDTENTRY_ERRORCODE()
Dsev-es.c472 ctxt->fi.vector = X86_TRAP_GP; in vc_ioio_check()
958 ctxt->fi.vector = X86_TRAP_GP; in vc_handle_mmio_movs()
1091 ctxt->fi.vector = X86_TRAP_GP; in vc_handle_dr7_write()
1288 case X86_TRAP_GP: in vc_forward_exception()
Didt.c85 INTG(X86_TRAP_GP, asm_exc_general_protection),
Dsev-es-shared.c124 ((v == X86_TRAP_GP) || (v == X86_TRAP_UD)) && in sev_es_ghcb_hv_call()