Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dtraps.c460 tsk->thread.trap_nr = X86_TRAP_GP; in do_general_protection()
462 X86_TRAP_GP, SIGSEGV) != NOTIFY_STOP) in do_general_protection()
468 tsk->thread.trap_nr = X86_TRAP_GP; in do_general_protection()
852 set_intr_gate(X86_TRAP_GP, general_protection); in trap_init()
/linux-4.4.14/arch/x86/include/asm/
Dtraps.h135 X86_TRAP_GP, /* 13, General Protection Fault */ enumerator