Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/ml/
H A Dcomm_page.S33 hrtime_t hres_last_tick;
74 DGDEF2(hres_last_tick, 8)
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachclock.h120 ldx [scr + %lo(hres_last_tick)], nslt; \
145 ldx [scr + %lo(hres_last_tick)], nslt; \
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dcomm_page.h86 extern hrtime_t hres_last_tick;
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachclock.h233 ldx [scr + %lo(hres_last_tick)], nslt; \
259 ldx [scr + %lo(hres_last_tick)], nslt; \
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_timestamp.c76 hrtime_t hres_last_tick; variable
H A Dxen_machdep.c415 extern hrtime_t hres_last_tick; in xen_suspend_domain()
585 hres_last_tick = xpv_gethrtime(); in xen_suspend_domain()
/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.c305 hres_last_tick = gethrtime_unscaled(); in cbe_init()
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dcommon_asm.S381 ! update hres_last_tick. %l5 has the scaling factor (nsec_scale).
385 stx %l0, [%l4 + %lo(hres_last_tick)]! prev = current
586 .global timedelta, hres_last_tick, hrestime, hrestime_adj
594 hres_last_tick: label
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dcommon_asm.S542 ! update hres_last_tick. %l5 has the scaling factor (nsec_scale).
546 stx %l0, [%l4 + %lo(hres_last_tick)]! prev = current
747 .global timedelta, hres_last_tick, hrestime, hrestime_adj
755 hres_last_tick: label
H A Dopl_olympus_asm.S660 sethi %hi(hres_last_tick), tmp1 ;\
661 ldx [tmp1 + %lo(hres_last_tick)], tmp1 ;\
/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h350 extern hrtime_t hres_last_tick;
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c742 nslt = (int)(gethrtime() - hres_last_tick); in pc_gethrestime()
/illumos-gate/usr/src/uts/intel/ml/
H A Di86_subr.S1448 leaq hres_last_tick(%rip), %rax