Searched refs:X86_TRAP_BR (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/arch/x86/kernel/ |
| D | traps.c | 369 X86_TRAP_BR, SIGSEGV) == NOTIFY_STOP) in do_bounds() 418 do_trap(X86_TRAP_BR, SIGSEGV, "bounds", regs, error_code, info); in do_bounds() 437 do_trap(X86_TRAP_BR, SIGSEGV, "bounds", regs, error_code, NULL); in do_bounds() 840 set_intr_gate(X86_TRAP_BR, bounds); in trap_init()
|
| /linux-4.4.14/arch/x86/include/asm/ |
| D | traps.h | 127 X86_TRAP_BR, /* 5, Bound Range Exceeded */ enumerator
|