Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/
Dtraps.c539 if (fixup_exception(regs, X86_TRAP_GP, error_code, 0)) in do_general_protection()
543 tsk->thread.trap_nr = X86_TRAP_GP; in do_general_protection()
551 kprobe_fault_handler(regs, X86_TRAP_GP)) in do_general_protection()
555 X86_TRAP_GP, SIGSEGV) != NOTIFY_STOP) in do_general_protection()
561 tsk->thread.trap_nr = X86_TRAP_GP; in do_general_protection()
Didt.c82 INTG(X86_TRAP_GP, general_protection),
/Linux-v5.4/arch/x86/include/asm/
Dtraps.h147 X86_TRAP_GP, /* 13, General Protection Fault */ enumerator
/Linux-v5.4/arch/x86/mm/
Dextable.c126 …WARN_ONCE(trapnr == X86_TRAP_GP, "General protection fault in user access. Non-canonical address?"… in ex_handler_uaccess()