Searched refs:X86_TRAP_BR (Results 1 – 5 of 5) sorted by relevance
/linux/arch/x86/include/asm/ |
H A D | trapnr.h | 24 #define X86_TRAP_BR 5 /* Bound Range Exceeded */ macro
|
H A D | idtentry.h | 603 DECLARE_IDTENTRY(X86_TRAP_BR, exc_bounds);
|
/linux/arch/x86/kernel/ |
H A D | idt.c | 87 INTG(X86_TRAP_BR, asm_exc_bounds),
|
H A D | traps.c | 524 X86_TRAP_BR, SIGSEGV) == NOTIFY_STOP) in DEFINE_IDTENTRY() 531 do_trap(X86_TRAP_BR, SIGSEGV, "bounds", regs, 0, 0, NULL); in DEFINE_IDTENTRY()
|
/linux/arch/x86/entry/ |
H A D | entry_fred.c | 189 case X86_TRAP_BR: return exc_bounds(regs); in fred_hwexc()
|