Searched defs:GET_NATIVE_TIME (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/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 */ \
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcommon_asm.s45 * Override GET_NATIVE_TIME for the cpu module code. This is not
54 #define GET_NATIVE_TIME(out, scr1, scr2) \ define
131 * For GET_NATIVE_TIME(), we start afresh and branch to SETL41().
138 #define GET_NATIVE_TIME(out, scr, tmp) \ define
184 #define GET_NATIVE_TIME(out, scr1, scr2) \ define
276 GET_NATIVE_TIME(%o0, %o4, %o5) ! Read %tick to confirm the
391 GET_NATIVE_TIME(%o0, %o2, %o3)
492 GET_NATIVE_TIME(%g1, %o2, %o3) ! %g1 = native time
499 GET_NATIVE_TIME(%g1, %o2, %o3) ! %g1 = native time
639 GET_NATIVE_TIME(
[all...]

Completed in 58 milliseconds