Searched refs:X86_TRAP_BR (Results 1 – 4 of 4) sorted by relevance
/linux/arch/x86/include/asm/ |
A D | trapnr.h | 12 #define X86_TRAP_BR 5 /* Bound Range Exceeded */ macro
|
A D | idtentry.h | 548 DECLARE_IDTENTRY(X86_TRAP_BR, exc_bounds);
|
/linux/arch/x86/kernel/ |
A D | traps.c | 474 X86_TRAP_BR, SIGSEGV) == NOTIFY_STOP) in DEFINE_IDTENTRY() 481 do_trap(X86_TRAP_BR, SIGSEGV, "bounds", regs, 0, 0, NULL); in DEFINE_IDTENTRY()
|
A D | idt.c | 82 INTG(X86_TRAP_BR, asm_exc_bounds),
|
Completed in 9 milliseconds