Lines Matching refs:t_flags
697 * to deposit the logout data. t_flags is a register that has the
698 * trap-type/trap-level/CEEN info. This t_flags register may be used after
717 * t_flags: input trap type info, may be used as scratch after stored
722 * scr3: Scratch (may be t_flags)
724 #define DO_TL1_CPU_LOGOUT(r_val, afar, t_flags, datap, scr1, scr2, scr3) \
730 stxa t_flags, [datap + CH_CLO_FLAGS]%asi; \
771 * then we return the t_flags value listed below.
775 * t_flags: input trap type info, may be used as scratch after stored
780 * scr4: Scratch (may be t_flags)
782 #define DO_CPU_LOGOUT(r_val, afar, r_or_s, t_flags, scr1, scr2, scr3, scr4) \
785 DO_TL1_CPU_LOGOUT(r_val, afar, t_flags, scr1, scr2, scr3, scr4) \
789 mov t_flags, afar; /* depends on afar = %g2 */ \