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