Searched refs:X86_TRAP_GP (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/x86/kernel/ |
| D | traps.c | 539 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()
|
| D | idt.c | 82 INTG(X86_TRAP_GP, general_protection),
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | traps.h | 147 X86_TRAP_GP, /* 13, General Protection Fault */ enumerator
|
| /Linux-v5.4/arch/x86/mm/ |
| D | extable.c | 126 …WARN_ONCE(trapnr == X86_TRAP_GP, "General protection fault in user access. Non-canonical address?"… in ex_handler_uaccess()
|