Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dtraps.c271 tsk->thread.trap_nr = X86_TRAP_GP; in do_general_protection()
298 tsk->thread.trap_nr = X86_TRAP_GP; in do_general_protection()
300 X86_TRAP_GP, SIGSEGV) == NOTIFY_STOP) in do_general_protection()
698 set_intr_gate(X86_TRAP_GP, &general_protection); in trap_init()
/arch/x86/include/asm/
Dtraps.h107 X86_TRAP_GP, /* 13, General Protection Fault */ enumerator