Home
last modified time | relevance | path

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

/arch/x86/include/asm/
A Dtrapnr.h24 #define X86_TRAP_BR 5 /* Bound Range Exceeded */ macro
A Didtentry.h603 DECLARE_IDTENTRY(X86_TRAP_BR, exc_bounds);
/arch/x86/kernel/
A Didt.c87 INTG(X86_TRAP_BR, asm_exc_bounds),
A Dtraps.c623 X86_TRAP_BR, SIGSEGV) == NOTIFY_STOP) in DEFINE_IDTENTRY()
630 do_trap(X86_TRAP_BR, SIGSEGV, "bounds", regs, 0, 0, NULL); in DEFINE_IDTENTRY()
/arch/x86/entry/
A Dentry_fred.c189 case X86_TRAP_BR: return exc_bounds(regs); in fred_hwexc()

Completed in 14 milliseconds