Home
last modified time | relevance | path

Searched refs:T_ARITHTRAP (Results 1 – 9 of 9) sorted by relevance

/openbsd/sys/arch/i386/include/
H A Dtrap.h45 #define T_ARITHTRAP 2 /* arithmetic trap */ macro
/openbsd/sys/arch/amd64/include/
H A Dtrap.h45 #define T_ARITHTRAP 2 /* arithmetic trap */ macro
/openbsd/sys/arch/amd64/amd64/
H A Dtrap.c415 case T_ARITHTRAP: in usertrap()
H A Dvector.S365 ZTRAP(T_ARITHTRAP)
/openbsd/sys/arch/amd64/stand/libsa/
H A Dgidt.S307 IENTRY_ERR(mf,0,T_ARITHTRAP) /* #MF floating point error */
/openbsd/sys/arch/i386/stand/libsa/
H A Dgidt.S308 IENTRY_ERR(mf,0,T_ARITHTRAP) /* #MF floating point error */
/openbsd/sys/arch/i386/i386/
H A Dtrap.c400 case T_ARITHTRAP|T_USER: in trap()
H A Dlocore.s1159 ZTRAP(T_ARITHTRAP)
/openbsd/sys/arch/i386/isa/
H A Dnpx.c519 trapsignal(p, SIGFPE, T_ARITHTRAP, code, sv); in npxintr()