Home
last modified time | relevance | path

Searched refs:tsc_read (Results 1 – 16 of 16) sorted by relevance

/titanic_41/usr/src/uts/i86pc/os/
H A Dtimestamp.c167 if ((tsc = tsc_read()) >= tsc_last) { in tsc_gethrtime()
217 tsc = tsc_read() + tsc_sync_tick_delta[CPU->cpu_id]; in tsc_gethrtime_delta()
271 tsc = tsc_read(); in dtrace_gethrtime()
318 tsc = tsc_read(); in dtrace_gethrtime()
351 tsc = tsc_read() + tsc_last_jumped; in tsc_gethrtimeunscaled()
457 tsc->master_tsc = tsc_read(); in tsc_sync_master()
459 mtsc_after = tsc_read(); in tsc_sync_master()
545 s1 = tsc_read(); in tsc_sync_slave()
584 now = tsc_read(); in tsc_tick()
636 tsc = tsc_read(); in tsc_hrtimeinit()
[all …]
H A Dintr.c532 hrtime_t now = tsc_read(); in hilevel_intr_prolog()
628 hrtime_t now = tsc_read(); in hilevel_intr_epilog()
708 hrtime_t now = tsc_read(); in intr_thread_prolog()
777 hrtime_t now = tsc_read(); in intr_thread_epilog()
923 time = tsc_read(); in intr_get_time()
991 now = tsc_read(); in dosoftint_prolog()
1055 hrtime_t now = tsc_read(); in dosoftint_epilog()
1229 interval = tsc_read() - start; in cpu_intr_swtch_enter()
1254 } while (atomic_cas_64(&t->t_intr_start, ts, tsc_read()) != ts); in cpu_intr_swtch_exit()
H A Dcpuid.c4583 (void) memcpy((void *)tsc_read, (void *)&_no_rdtsc_start, cnt); in patch_tsc_read()
4587 (void) memcpy((void *)tsc_read, in patch_tsc_read()
4592 (void) memcpy((void *)tsc_read, in patch_tsc_read()
4597 (void) memcpy((void *)tsc_read, (void *)&_tscp_start, cnt); in patch_tsc_read()
H A Dstartup.c2904 tsc = tsc_read(); in set_soft_hostid()
/titanic_41/usr/src/uts/common/sys/
H A Dcpc_impl.h208 extern hrtime_t tsc_read(void);
209 #define KCPC_GET_TICK tsc_read
/titanic_41/usr/src/uts/i86pc/io/apix/
H A Dapix_intr.c241 now = tsc_read(); in apix_do_softint_prolog()
306 hrtime_t now = tsc_read(); in apix_do_softint_epilog()
408 hrtime_t now = tsc_read(); in apix_hilevel_intr_prolog()
488 hrtime_t now = tsc_read(); in apix_hilevel_intr_epilog()
609 hrtime_t now = tsc_read(); in apix_intr_thread_prolog()
681 hrtime_t now = tsc_read(); in apix_intr_thread_epilog()
/titanic_41/usr/src/uts/i86pc/sys/
H A Dclock.h65 extern hrtime_t tsc_read(void);
/titanic_41/usr/src/uts/intel/sys/
H A Dmutex_impl.h111 #define MUTEX_GETTICK() tsc_read()
/titanic_41/usr/src/uts/i86xpv/os/
H A Dxpv_timestamp.c88 #pragma weak tsc_read = dtrace_xpv_gethrtime macro
/titanic_41/usr/src/uts/i86pc/io/
H A Dhpet_acpi.c133 extern hrtime_t tsc_read(void); in hpet_acpi_init()
251 hpet_info.tsc[0] = tsc_read(); in hpet_acpi_init()
254 hpet_info.tsc[1] = tsc_read(); in hpet_acpi_init()
257 hpet_info.tsc[2] = tsc_read(); in hpet_acpi_init()
/titanic_41/usr/src/uts/i86xpv/ml/
H A Damd64.il82 * implementation of tsc_read.
H A Dia32.il97 * implementation of tsc_read.
/titanic_41/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_timer.c341 ticks = (uint64_t)tsc_read() + unscalehrtime(delta); in deadline_timer_reprogram()
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dswtch.s134 call tsc_read; \
214 call tsc_read; \
H A Di86_subr.s795 tsc_read(void)
804 ENTRY_NP(tsc_read)
846 SET_SIZE(tsc_read)
850 ENTRY_NP(tsc_read)
884 SET_SIZE(tsc_read)
/titanic_41/usr/src/uts/i86pc/vm/
H A Dvm_dep.h50 #define GETTICK() tsc_read()