Home
last modified time | relevance | path

Searched refs:T_BOUND (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/x86/include/
H A Dtrap.h54 #define T_BOUND 21 /* bound instruction fault */ macro
/freebsd/sys/i386/i386/
H A Dtrap.c137 [T_BOUND] = { .ei = true, .msg = "FPU bounds check fault" },
456 case T_BOUND: /* bounds check fault */ in trap()
H A Dexception.S109 pushl $0; TRAP(T_BOUND)
/freebsd/sys/amd64/amd64/
H A Dtrap.c139 [T_BOUND] = "FPU bounds check fault",
404 case T_BOUND: /* bounds check fault */ in trap()
H A Dexception.S169 TRAP bnd, T_BOUND