Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Dtraps.c462 X86_TRAP_BR, SIGSEGV) == NOTIFY_STOP) in do_bounds()
511 do_trap(X86_TRAP_BR, SIGSEGV, "bounds", regs, error_code, info); in do_bounds()
530 do_trap(X86_TRAP_BR, SIGSEGV, "bounds", regs, error_code, NULL); in do_bounds()
Didt.c77 INTG(X86_TRAP_BR, bounds),
/Linux-v4.19/arch/x86/include/asm/
Dtraps.h130 X86_TRAP_BR, /* 5, Bound Range Exceeded */ enumerator