HomeSort by: relevance | last modified time | path
    Searched refs:T_FPDISABLED (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/sparc/include/
trap.h 56 #define T_FPDISABLED 0x04 /* (5) fp instr while fp disabled */
  /src/sys/arch/sparc64/include/
trap.h 48 #define T_FPDISABLED 0x020 /* (8) fpu disabled */
  /src/sys/arch/sparc/sparc/
trap.c 292 if (type == T_FPDISABLED && cold) {
315 if (type != T_FPDISABLED && (tf->tf_psr & PSR_EF) != 0) {
395 case T_FPDISABLED: {
locore.s 368 TRAP(T_FPDISABLED) ! 04 = fp instr, but EF bit off in psr
629 TRAP(T_FPDISABLED) ! 04 = fp instr, but EF bit off in psr
890 TRAP(T_FPDISABLED) ! 04 = fp instr, but EF bit off in psr
  /src/sys/arch/sparc64/sparc64/
trap.c 530 if (type == T_FPDISABLED) {
666 case T_FPDISABLED: {
locore.s 671 TRAP(T_FPDISABLED) ! 020 = fp instr, but EF bit off in psr
881 TRAP(T_FPDISABLED) ! 020 = fp instr, but EF bit off in psr

Completed in 26 milliseconds