Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dtrap.h57 #define T_BOUND 21 /* bound instruction fault */ macro
/f-stack/freebsd/i386/i386/
H A Dtrap.c142 [T_BOUND] = { .ei = true, .msg = "FPU bounds check fault" },
431 case T_BOUND: /* bounds check fault */ in trap()
H A Dexception.s113 pushl $0; TRAP(T_BOUND)
/f-stack/freebsd/amd64/amd64/
H A Dtrap.c142 [T_BOUND] = "FPU bounds check fault",
362 case T_BOUND: /* bounds check fault */ in trap()
H A Dexception.S174 TRAP bnd, T_BOUND