Searched refs:X86_TRAP_BR (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/arch/x86/include/asm/ |
D | trapnr.h | 12 #define X86_TRAP_BR 5 /* Bound Range Exceeded */ macro
|
D | idtentry.h | 550 DECLARE_IDTENTRY(X86_TRAP_BR, exc_bounds);
|
/Linux-v6.6/arch/x86/kernel/ |
D | idt.c | 86 INTG(X86_TRAP_BR, asm_exc_bounds),
|
D | traps.c | 473 X86_TRAP_BR, SIGSEGV) == NOTIFY_STOP) in DEFINE_IDTENTRY() 480 do_trap(X86_TRAP_BR, SIGSEGV, "bounds", regs, 0, 0, NULL); in DEFINE_IDTENTRY()
|