/titanic_44/usr/src/uts/i86pc/os/ |
H A D | timestamp.c | 190 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 D | clock.h | 43 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 D | comm_page.s | 31 uint32_t nsec_scale; 70 DGDEF2(nsec_scale, 4);
|
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | machclock.h | 118 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 D | comm_page.h | 84 extern uint32_t nsec_scale;
|
/titanic_44/usr/src/uts/sun4u/io/ |
H A D | hardclk.c | 129 nsec_scale = (uint_t)(((u_longlong_t)NANOSEC << (32 - nsec_shift)) / in setcpudelay()
|
/titanic_44/usr/src/uts/sun4v/sys/ |
H A D | machclock.h | 231 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 D | unix.c | 767 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 D | hardclk.c | 109 nsec_scale = (uint_t)(((u_longlong_t)NANOSEC << (32 - nsec_shift)) / in setcpudelay()
|
/titanic_44/usr/src/uts/i86xpv/os/ |
H A D | xpv_panic.c | 75 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 D | common_asm.s | 524 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 D | cpu_module.c | 39 uint_t nsec_scale; variable
|
/titanic_44/usr/src/uts/sun4v/ml/ |
H A D | mach_subr_asm.s | 207 ! Use nsec_scale for sun4v which is based on %stick
|
/titanic_44/usr/src/uts/sun4u/cpu/ |
H A D | common_asm.s | 678 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
|