Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/os/
H A Dtimestamp.c190 TSC_CONVERT_AND_ADD(tsc, hrt, nsec_scale); in tsc_gethrtime()
230 TSC_CONVERT_AND_ADD(tsc, hrt, nsec_scale); in tsc_gethrtime_delta()
288 TSC_CONVERT_AND_ADD(tsc, hrt, nsec_scale); in dtrace_gethrtime()
383 TSC_CONVERT(mytsc, hrt, nsec_scale); in tsc_scalehrtime()
577 shadow_nsec_scale = nsec_scale; in tsc_tick()
609 TSC_CONVERT_AND_ADD(delta, tsc_hrtime_base, nsec_scale); in tsc_tick()
630 nsec_scale = in tsc_hrtimeinit()
697 extern uint_t nsec_scale;
734 tsc_adjust_delta(nsec_scale); in tsc_suspend()
/titanic_44/usr/src/uts/sun4/sys/
H A Dclock.h43 extern uint_t nsec_scale;
262 sethi %hi(nsec_scale), scr1; /* load scaling factor */ \
263 ld [scr1 + %lo(nsec_scale)], scr1; \
/titanic_44/usr/src/uts/i86pc/ml/
H A Dcomm_page.s31 uint32_t nsec_scale;
70 DGDEF2(nsec_scale, 4);
/titanic_44/usr/src/uts/sun4u/sys/
H A Dmachclock.h118 lduw [scr + %lo(nsec_scale)], nano; /* tick-to-ns factor */ \
143 lduw [scr + %lo(nsec_scale)], scale; /* tick-to-ns factor */ \
/titanic_44/usr/src/uts/i86pc/sys/
H A Dcomm_page.h84 extern uint32_t nsec_scale;
/titanic_44/usr/src/uts/sun4u/io/
H A Dhardclk.c129 nsec_scale = (uint_t)(((u_longlong_t)NANOSEC << (32 - nsec_shift)) / in setcpudelay()
/titanic_44/usr/src/uts/sun4v/sys/
H A Dmachclock.h231 lduw [scr + %lo(nsec_scale)], nano; /* tick-to-ns factor */ \
257 lduw [scr + %lo(nsec_scale)], scale; /* tick-to-ns factor */ \
/titanic_44/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c767 uint32_t nsec_scale; in scalehrtime_cmd() local
807 if (mdb_readsym(&nsec_scale, sizeof (nsec_scale), "nsec_scale") == -1) { in scalehrtime_cmd()
812 scale = (uint64_t)nsec_scale; in scalehrtime_cmd()
/titanic_44/usr/src/uts/sun4v/io/
H A Dhardclk.c109 nsec_scale = (uint_t)(((u_longlong_t)NANOSEC << (32 - nsec_shift)) / in setcpudelay()
/titanic_44/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c75 static uint_t nsec_scale; variable
633 hrt = (mul32(l[1], nsec_scale) << NSEC_SHIFT) + in xpv_panic_gethrtime()
634 (mul32(l[0], nsec_scale) >> (32 - NSEC_SHIFT)); in xpv_panic_gethrtime()
642 nsec_scale = in xpv_panic_time_init()
/titanic_44/usr/src/uts/sun4v/cpu/
H A Dcommon_asm.s524 ld [%l4 + %lo(nsec_scale)], %l5 ! delay: %l5 = scaling factor
535 ! update hres_last_tick. %l5 has the scaling factor (nsec_scale).
704 uint_t nsec_scale;
720 .global hres_lock, nsec_scale, hrtime_base, traptrace_use_stick
735 nsec_scale: label
/titanic_44/usr/src/uts/sun4/cpu/
H A Dcpu_module.c39 uint_t nsec_scale; variable
/titanic_44/usr/src/uts/sun4v/ml/
H A Dmach_subr_asm.s207 ! Use nsec_scale for sun4v which is based on %stick
/titanic_44/usr/src/uts/sun4u/cpu/
H A Dcommon_asm.s678 ld [%l4 + %lo(nsec_scale)], %l5 ! delay: %l5 = scaling factor
689 ! update hres_last_tick. %l5 has the scaling factor (nsec_scale).
858 uint_t nsec_scale;
874 .global hres_lock, nsec_scale, hrtime_base, traptrace_use_stick
889 nsec_scale: label