Lines Matching refs:Trace

597 #	_real_trace() - "callout" for Trace exception code		#
837 # _real_trace() - "callout" for Trace exception code #
1112 # _real_trace() - "callout" for Trace enabled exception #
1135 # If Trace exception enabled: #
1136 # - The system stack is changed to a Trace exception stack frame #
1158 # by the fact that a Trace exception could be pending for PACKED ops. #
1159 # If a Trace exception is pending, then the current exception stack #
1160 # frame is changed to a Trace exception stack frame and an exit is #
1165 # _fpsp_done() or through _real_trace() if a Trace exception is pending #
1166 # (a Trace stack frame must be created here, too). If an FP exception #
2384 # _real_trace() - "callout" for Trace enabled exception #
2396 # If Trace exception enabled: #
2397 # - The system stack is changed to a Trace exception stack frame #
2417 # must also check if a Trace exception is pending, in which case, we #
2418 # must create a Trace exception stack frame from the current exception #
2419 # stack frame. If no Trace is pending, we simply exit through #
2423 # as a result of this operation emulation. A Trace exception can be #
2425 # to a Trace stack frame and an exit made through _real_trace(). #
2432 # Again, a Trace exception may be pending and an exit made through #
3939 # _real_trace() - "callout" for Trace enabled exception #
3954 # If Trace exception enabled: #
3955 # - The system stack is changed to a Trace exception stack frame #
3973 # Trace exception is enabled. If so, then we must create a Trace #
3983 # is made through _real_trap(). If a Trace exception is pending, then #
3984 # a Trace exception frame is created from the current frame and a jump #