Searched refs:X86_TRAP_BR (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | trapnr.h | 12 #define X86_TRAP_BR 5 /* Bound Range Exceeded */ macro
|
| H A D | idtentry.h | 551 DECLARE_IDTENTRY(X86_TRAP_BR, exc_bounds);
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | traps.c | 469 X86_TRAP_BR, SIGSEGV) == NOTIFY_STOP) in DEFINE_IDTENTRY() 476 do_trap(X86_TRAP_BR, SIGSEGV, "bounds", regs, 0, 0, NULL); in DEFINE_IDTENTRY()
|
| H A D | idt.c | 78 INTG(X86_TRAP_BR, asm_exc_bounds),
|