Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dtraps.h99 X86_TRAP_BR, /* 5, Bound Range Exceeded */ enumerator
/arch/x86/kernel/
Dtraps.c209 DO_ERROR(X86_TRAP_BR, SIGSEGV, "bounds", bounds)
686 set_intr_gate(X86_TRAP_BR, &bounds); in trap_init()