Searched defs:hrestime (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcommon_asm.s576 * Similar to gethrestime(), but gethrestime_sec() returns current hrestime
582 retl ! %o0 current hrestime seconds
587 * Returns the hrestime on the last tick. This is simpler than gethrestime()
600 ldn [%o1 + %lo(hrestime)], %g1 ! Seconds.
601 add %o1, %lo(hrestime), %o4
674 sethi %hi(hrestime), %l4
734 or %l4, %lo(hrestime), %l2
735 ldn [%l2], %i2 ! %i2:%i3 = hrestime sec:nsec
737 add %i3, %l5, %i3 ! hrestime.nsec += adj
738 add %i3, %i1, %i3 ! hrestime
922 hrestime: label
[all...]
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dcommon_asm.s422 * Similar to gethrestime(), but gethrestime_sec() returns current hrestime
428 retl ! %o0 current hrestime seconds
433 * Returns the hrestime on the last tick. This is simpler than gethrestime()
446 ldn [%o1 + %lo(hrestime)], %g1 ! Seconds.
447 add %o1, %lo(hrestime), %o4
520 sethi %hi(hrestime), %l4
580 or %l4, %lo(hrestime), %l2
581 ldn [%l2], %i2 ! %i2:%i3 = hrestime sec:nsec
583 add %i3, %l5, %i3 ! hrestime.nsec += adj
584 add %i3, %i1, %i3 ! hrestime
768 hrestime: label
[all...]
/illumos-gate/usr/src/uts/sun4/cpu/
H A Dcpu_module.c36 volatile timestruc_t hrestime; variable

Completed in 69 milliseconds