Searched refs:hres_last_tick (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/uts/i86pc/ml/ |
H A D | comm_page.s | 33 hrtime_t hres_last_tick; 74 DGDEF2(hres_last_tick, 8)
|
/titanic_50/usr/src/uts/sun4u/sys/ |
H A D | machclock.h | 120 ldx [scr + %lo(hres_last_tick)], nslt; \ 145 ldx [scr + %lo(hres_last_tick)], nslt; \
|
/titanic_50/usr/src/uts/i86pc/sys/ |
H A D | comm_page.h | 86 extern hrtime_t hres_last_tick;
|
/titanic_50/usr/src/uts/sun4v/sys/ |
H A D | machclock.h | 233 ldx [scr + %lo(hres_last_tick)], nslt; \ 259 ldx [scr + %lo(hres_last_tick)], nslt; \
|
/titanic_50/usr/src/uts/i86xpv/os/ |
H A D | xpv_timestamp.c | 76 hrtime_t hres_last_tick; variable
|
H A D | xen_machdep.c | 424 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 D | common_asm.s | 535 ! 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 D | cpu_module.c | 35 hrtime_t hres_last_tick; variable
|
/titanic_50/usr/src/uts/sun4/io/ |
H A D | cbe.c | 305 hres_last_tick = gethrtime_unscaled(); in cbe_init()
|
/titanic_50/usr/src/uts/sun4u/cpu/ |
H A D | common_asm.s | 689 ! 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 D | opl_olympus_asm.s | 833 sethi %hi(hres_last_tick), tmp1 ;\ 834 ldx [tmp1 + %lo(hres_last_tick)], tmp1 ;\
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | time.h | 345 extern hrtime_t hres_last_tick;
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | machdep.c | 731 nslt = (int)(gethrtime() - hres_last_tick); in pc_gethrestime()
|
/titanic_50/usr/src/uts/intel/ia32/ml/ |
H A D | i86_subr.s | 3638 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.
|