Searched defs:nsec_scale (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/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).
897 uint_t nsec_scale;
913 .global hres_lock, nsec_scale, hrtime_base, traptrace_use_stick
928 nsec_scale: label
/illumos-gate/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).
743 uint_t nsec_scale;
759 .global hres_lock, nsec_scale, hrtime_base, traptrace_use_stick
774 nsec_scale: label
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtimestamp.c62 * implementing the same nsec_scale algorithm as that found in the sun4u
96 * atomically with nsec_scale under CLOCK_LOCK. This assures that time
102 static uint_t nsec_scale; variable
228 TSC_CONVERT_AND_ADD(tsc, hrt, nsec_scale);
270 TSC_CONVERT_AND_ADD(tsc, hrt, nsec_scale);
330 TSC_CONVERT_AND_ADD(tsc, hrt, nsec_scale);
427 TSC_CONVERT(mytsc, hrt, nsec_scale);
620 shadow_nsec_scale = nsec_scale;
639 * resume (i.e nsec_scale remains the same).
653 TSC_CONVERT_AND_ADD(delta, tsc_hrtime_base, nsec_scale);
[all...]
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c767 uint32_t nsec_scale; local
807 if (mdb_readsym(&nsec_scale, sizeof (nsec_scale), "nsec_scale") == -1) {
808 mdb_warn("couldn't read 'nsec_scale'");
812 scale = (uint64_t)nsec_scale;
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c76 static uint_t nsec_scale; variable
634 hrt = (mul32(l[1], nsec_scale) << NSEC_SHIFT) +
635 (mul32(l[0], nsec_scale) >> (32 - NSEC_SHIFT));
643 nsec_scale =
/illumos-gate/usr/src/uts/sun4/cpu/
H A Dcpu_module.c39 uint_t nsec_scale; variable

Completed in 55 milliseconds