Searched refs:X86_TRAP_BR (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/x86/kernel/ |
D | traps.c | 462 X86_TRAP_BR, SIGSEGV) == NOTIFY_STOP) in do_bounds() 511 do_trap(X86_TRAP_BR, SIGSEGV, "bounds", regs, error_code, info); in do_bounds() 530 do_trap(X86_TRAP_BR, SIGSEGV, "bounds", regs, error_code, NULL); in do_bounds()
|
D | idt.c | 77 INTG(X86_TRAP_BR, bounds),
|
/Linux-v4.19/arch/x86/include/asm/ |
D | traps.h | 130 X86_TRAP_BR, /* 5, Bound Range Exceeded */ enumerator
|