Home
last modified time | relevance | path

Searched refs:X86_TRAP_BR (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dtrapnr.h24 #define X86_TRAP_BR 5 /* Bound Range Exceeded */ macro
/linux/arch/x86/kernel/
H A Didt.c87 INTG(X86_TRAP_BR, asm_exc_bounds),
/linux/arch/x86/entry/
H A Dentry_fred.c198 case X86_TRAP_BR: return exc_bounds(regs); in fred_hwexc()