Searched refs:GET_NATIVE_TIME (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/sun4v/cpu/ |
H A D | common_asm.S | 74 GET_NATIVE_TIME(%o0,%o4,%o5,__LINE__) ! Read %tick to confirm the 133 GET_NATIVE_TIME(%o0,%o2,%o3,__LINE__) 183 GET_NATIVE_TIME(%g1,%o2,%o3,__LINE__) ! %g1 = native time 190 GET_NATIVE_TIME(%g1,%o2,%o3,__LINE__) ! %g1 = native time 331 GET_NATIVE_TIME(%g5,%g1,%g2,__LINE__) ! %g5 = native time in ticks 384 GET_NATIVE_TIME(%l0,%l3,%l6,__LINE__) ! current native time 524 GET_NATIVE_TIME(%g1,%g2,%g3,__LINE__) 530 GET_NATIVE_TIME(%g1,%g2,%g3,__LINE__) 540 GET_NATIVE_TIME(%g1,%g2,%g3,__LINE__) 546 GET_NATIVE_TIME(%g1,%g2,%g3,__LINE__) [all …]
|
/illumos-gate/usr/src/uts/sun4u/cpu/ |
H A D | common_asm.S | 52 #define GET_NATIVE_TIME(out, scr1, scr2) \ macro 136 #define GET_NATIVE_TIME(out, scr, tmp) \ macro 182 #define GET_NATIVE_TIME(out, scr1, scr2) \ macro 245 GET_NATIVE_TIME(%o0, %o4, %o5) ! Read %tick to confirm the 492 GET_NATIVE_TIME(%g5, %g1, %g2) ! %g5 = native time in ticks 545 GET_NATIVE_TIME(%l0, %l3, %l6) ! current native time 685 GET_NATIVE_TIME(%g1, %g2, %g3) 691 GET_NATIVE_TIME(%g1, %g2, %g3) 701 GET_NATIVE_TIME(%g1, %g2, %g3) 707 GET_NATIVE_TIME(%g1, %g2, %g3) [all …]
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | machclock.h | 184 #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/sys/ |
H A D | machclock.h | 124 GET_NATIVE_TIME(adj, gnt1, gnt2); /* get current %tick */ \ 147 GET_NATIVE_TIME(now, gnt1, gnt2); /* get current %tick */ \
|