Home
last modified time | relevance | path

Searched refs:T_OFLOW (Results 1 – 6 of 6) sorted by relevance

/NextBSD/sys/x86/include/
HDtrap.h54 #define T_OFLOW 20 /* overflow trap */ macro
/NextBSD/sys/i386/i386/
HDexception.s114 pushl $0; TRAP(T_OFLOW)
HDtrap.c482 case T_OFLOW: /* integer overflow fault */ in trap()
/NextBSD/sys/i386/svr4/
HDsvr4_machdep.c361 case T_OFLOW:
/NextBSD/sys/amd64/amd64/
HDtrap.c398 case T_OFLOW: /* integer overflow fault */ in trap()
HDexception.S129 TRAP(T_OFLOW)