Home
last modified time | relevance | path

Searched refs:T_FPDISABLED (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/arch/sparc64/include/
Dtrap.h51 #define T_FPDISABLED 0x020 /* (8) fpu disabled */ macro
/openbsd/src/sys/arch/sparc64/sparc64/
Dtrap.c362 if (type == T_FPDISABLED) { in trap()
472 case T_FPDISABLED: { in trap()