Searched refs:hres_last_tick (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachclock.h96 * (hrestime, hrestime_adj, hres_last_tick, timedelta, nsec_scale, etc)
120 ldx [scr + %lo(hres_last_tick)], nslt; \
145 ldx [scr + %lo(hres_last_tick)], nslt; \
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachclock.h209 * (hrestime, hrestime_adj, hres_last_tick, timedelta, nsec_scale, etc)
233 ldx [scr + %lo(hres_last_tick)], nslt; \
259 ldx [scr + %lo(hres_last_tick)], nslt; \
/illumos-gate/usr/src/uts/sun4/cpu/
H A Dcpu_module.c35 hrtime_t hres_last_tick; variable
/illumos-gate/usr/src/uts/sun4/io/
H A Dcbe.c301 * Initialize hrtime_base and hres_last_tick to reasonable starting
305 hres_last_tick = gethrtime_unscaled();
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcommon_asm.s689 ! update hres_last_tick. %l5 has the scaling factor (nsec_scale).
693 stx %l0, [%l4 + %lo(hres_last_tick)]! prev = current
893 hrtime_t hres_last_tick;
912 .global timedelta, hres_last_tick, hrestime, hrestime_adj
920 hres_last_tick: label
H A Dopl_olympus_asm.s833 sethi %hi(hres_last_tick), tmp1 ;\
834 ldx [tmp1 + %lo(hres_last_tick)], tmp1 ;\
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dcommon_asm.s535 ! update hres_last_tick. %l5 has the scaling factor (nsec_scale).
539 stx %l0, [%l4 + %lo(hres_last_tick)]! prev = current
739 hrtime_t hres_last_tick;
758 .global timedelta, hres_last_tick, hrestime, hrestime_adj
766 hres_last_tick: label
/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h345 extern hrtime_t hres_last_tick;
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c424 extern hrtime_t hres_last_tick;
594 hres_last_tick = xpv_gethrtime();
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s3593 hrtime_t hres_last_tick;
3607 DGDEF3(hres_last_tick, 8, 8)
3634 * hres_last_tick can only be modified while holding CLOCK_LOCK).
3659 leaq hres_last_tick(%rip), %rax
3665 * Now that we have CLOCK_LOCK, we can update hres_last_tick
3689 * hres_last_tick can only be modified while holding CLOCK_LOCK).
3716 lea hres_last_tick, %eax
3730 / Now that we have CLOCK_LOCK, we can update hres_last_tick.
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c705 * equivalent concept of "hres_last_tick", just like on the sparc side.
710 * be modified to subtract off hres_last_tick rather than hrtime_base.
731 nslt = (int)(gethrtime() - hres_last_tick);
735 * gethrtime() and hres_last_tick; restart the loop

Completed in 85 milliseconds