Home | History | Annotate | Download | only in dist

Lines Matching refs:TRACE

606 #	_real_trace() - "callout" for Trace exception code		#
640 # overflow was disabled and the trace exception was enabled, this #
820 btst &0x7,(%sp) # is trace on?
846 # _real_trace() - "callout" for Trace exception code #
880 # underflow was disabled and the trace exception was enabled, this #
1094 btst &0x7,(%sp) # is trace on?
1121 # _real_trace() - "callout" for Trace enabled exception #
1144 # If Trace exception enabled: #
1145 # - The system stack is changed to a Trace exception stack frame #
1167 # by the fact that a Trace exception could be pending for PACKED ops. #
1168 # If a Trace exception is pending, then the current exception stack #
1169 # frame is changed to a Trace exception stack frame and an exit is #
1174 # _fpsp_done() or through _real_trace() if a Trace exception is pending #
1175 # (a Trace stack frame must be created here, too). If an FP exception #
1585 btst &0x7,(%sp) # is trace on?
1643 # from FPIAR and put it in the trace stack frame then jump to _real_trace().
1645 # UNSUPP FRAME TRACE FRAME
1905 btst &0x7,(%sp) # is trace on?
1928 btst &0x7,(%sp) # is trace on?
2006 btst &0x7,(%sp) # is trace enabled?
2042 btst &0x7,(%sp) # is trace on?
2050 # trace stack frame then jump to _real_trace().
2052 # UNSUPP FRAME TRACE FRAME
2136 btst &0x7,(%sp) # is trace on?
2393 # _real_trace() - "callout" for Trace enabled exception #
2405 # If Trace exception enabled: #
2406 # - The system stack is changed to a Trace exception stack frame #
2426 # must also check if a Trace exception is pending, in which case, we #
2427 # must create a Trace exception stack frame from the current exception #
2428 # stack frame. If no Trace is pending, we simply exit through #
2432 # as a result of this operation emulation. A Trace exception can be #
2434 # to a Trace stack frame and an exit made through _real_trace(). #
2441 # Again, a Trace exception may be pending and an exit made through #
2652 btst &0x7,(%sp) # is trace on?
2714 btst &0x7,(%sp) # is trace on?
2722 # the trace stack frame then jump to _real_trace().
2724 # UNIMP EA FRAME TRACE FRAME
2831 btst &0x7,EXC_SR(%a6) # is trace enabled?
2897 btst &0x7,(%sp) # is trace enabled?
2911 btst &0x7,EXC_SR(%a6) # is trace on?
2922 # exception was being traced. The "Current PC" for the trace frame is the
2926 # UNIMP EA FRAME TRACE FRAME
3948 # _real_trace() - "callout" for Trace enabled exception #
3963 # If Trace exception enabled: #
3964 # - The system stack is changed to a Trace exception stack frame #
3982 # Trace exception is enabled. If so, then we must create a Trace #
3992 # is made through _real_trap(). If a Trace exception is pending, then #
3993 # a Trace exception frame is created from the current frame and a jump #
4129 btst &0x7,(%sp) # is trace on?
4377 btst &0x7,(%sp) # is trace enabled?
4435 # as usual, we have to check for trace mode being on here. since instructions
4446 btst &0x7,(%sp) # is trace enabled?
4451 # FP UNIMP FRAME TRACE FRAME
4463 # the fscc instruction should take a trace trap. so, here we must create a
4464 # trace stack frame from an unimplemented fp instruction stack frame and
4465 # jump to the user supplied entry point for the trace exception