Home
last modified time | relevance | path

Searched refs:GET_NATIVE_TIME (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/sun4u/cpu/
H A Dcommon_asm.s54 #define GET_NATIVE_TIME(out, scr1, scr2) \ macro
138 #define GET_NATIVE_TIME(out, scr, tmp) \ macro
184 #define GET_NATIVE_TIME(out, scr1, scr2) \ macro
276 GET_NATIVE_TIME(%o0, %o4, %o5) ! Read %tick to confirm the
639 GET_NATIVE_TIME(%g5, %g1, %g2) ! %g5 = native time in ticks
692 GET_NATIVE_TIME(%l0, %l3, %l6) ! current native time
813 GET_NATIVE_TIME(%g1, %g2, %g3)
819 GET_NATIVE_TIME(%g1, %g2, %g3)
825 GET_NATIVE_TIME(%g1, %g2, %g3)
831 GET_NATIVE_TIME(%g1, %g2, %g3)
[all …]
/titanic_44/usr/src/uts/sun4v/cpu/
H A Dcommon_asm.s95 GET_NATIVE_TIME(%o0,%o4,%o5,__LINE__) ! Read %tick to confirm the
201 GET_NATIVE_TIME(%o0,%o2,%o3,__LINE__)
337 GET_NATIVE_TIME(%g1,%o2,%o3,__LINE__) ! %g1 = native time
344 GET_NATIVE_TIME(%g1,%o2,%o3,__LINE__) ! %g1 = native time
485 GET_NATIVE_TIME(%g5,%g1,%g2,__LINE__) ! %g5 = native time in ticks
538 GET_NATIVE_TIME(%l0,%l3,%l6,__LINE__) ! current native time
659 GET_NATIVE_TIME(%g1,%g2,%g3,__LINE__)
665 GET_NATIVE_TIME(%g1,%g2,%g3,__LINE__)
671 GET_NATIVE_TIME(%g1,%g2,%g3,__LINE__)
677 GET_NATIVE_TIME(%g1,%g2,%g3,__LINE__)
[all …]
/titanic_44/usr/src/uts/sun4v/sys/
H A Dmachclock.h184 #define GET_NATIVE_TIME(out, scr1, scr2, label) \ macro
238 GET_NATIVE_TIME(adj,gnt1,gnt2,label); /* get current %stick */ \
262 GET_NATIVE_TIME(now,gnt1,gnt2,label); /* get current %stick */ \
/titanic_44/usr/src/uts/sun4u/sys/
H A Dmachclock.h124 GET_NATIVE_TIME(adj, gnt1, gnt2); /* get current %tick */ \
147 GET_NATIVE_TIME(now, gnt1, gnt2); /* get current %tick */ \