Home
last modified time | relevance | path

Searched refs:hres_last_tick (Results 1 – 14 of 14) sorted by relevance

/titanic_50/usr/src/uts/i86pc/ml/
H A Dcomm_page.s33 hrtime_t hres_last_tick;
74 DGDEF2(hres_last_tick, 8)
/titanic_50/usr/src/uts/sun4u/sys/
H A Dmachclock.h120 ldx [scr + %lo(hres_last_tick)], nslt; \
145 ldx [scr + %lo(hres_last_tick)], nslt; \
/titanic_50/usr/src/uts/i86pc/sys/
H A Dcomm_page.h86 extern hrtime_t hres_last_tick;
/titanic_50/usr/src/uts/sun4v/sys/
H A Dmachclock.h233 ldx [scr + %lo(hres_last_tick)], nslt; \
259 ldx [scr + %lo(hres_last_tick)], nslt; \
/titanic_50/usr/src/uts/i86xpv/os/
H A Dxpv_timestamp.c76 hrtime_t hres_last_tick; variable
H A Dxen_machdep.c424 extern hrtime_t hres_last_tick; in xen_suspend_domain()
594 hres_last_tick = xpv_gethrtime(); in xen_suspend_domain()
/titanic_50/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
/titanic_50/usr/src/uts/sun4/cpu/
H A Dcpu_module.c35 hrtime_t hres_last_tick; variable
/titanic_50/usr/src/uts/sun4/io/
H A Dcbe.c305 hres_last_tick = gethrtime_unscaled(); in cbe_init()
/titanic_50/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 ;\
/titanic_50/usr/src/uts/common/sys/
H A Dtime.h345 extern hrtime_t hres_last_tick;
/titanic_50/usr/src/uts/i86pc/os/
H A Dmachdep.c731 nslt = (int)(gethrtime() - hres_last_tick); in pc_gethrestime()
/titanic_50/usr/src/uts/intel/ia32/ml/
H A Di86_subr.s3638 leaq hres_last_tick(%rip), %rax
3695 lea hres_last_tick, %eax
3709 / Now that we have CLOCK_LOCK, we can update hres_last_tick.