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

/linux-master/arch/x86/include/asm/
H A Dtrapnr.h24 #define X86_TRAP_BR 5 /* Bound Range Exceeded */ macro
H A Didtentry.h603 DECLARE_IDTENTRY(X86_TRAP_BR, exc_bounds);
/linux-master/arch/x86/kernel/
H A Didt.c87 INTG(X86_TRAP_BR, asm_exc_bounds),
H A Dtraps.c475 X86_TRAP_BR, SIGSEGV) == NOTIFY_STOP)
482 do_trap(X86_TRAP_BR, SIGSEGV, "bounds", regs, 0, 0, NULL);
/linux-master/arch/x86/entry/
H A Dentry_fred.c187 case X86_TRAP_BR: return exc_bounds(regs);

Completed in 121 milliseconds