Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dtraps.c554 if (fixup_exception(regs, X86_TRAP_GP)) in do_general_protection()
558 tsk->thread.trap_nr = X86_TRAP_GP; in do_general_protection()
560 X86_TRAP_GP, SIGSEGV) != NOTIFY_STOP) in do_general_protection()
566 tsk->thread.trap_nr = X86_TRAP_GP; in do_general_protection()
Didt.c84 INTG(X86_TRAP_GP, general_protection),
/Linux-v4.19/arch/x86/include/asm/
Dtraps.h138 X86_TRAP_GP, /* 13, General Protection Fault */ enumerator