Searched refs:rdtsc64 (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Drtclock.c193 uint64_t tsc = rdtsc64();
258 tsc = rdtsc64();
H A Dmp.c642 tsc_timeout = rdtsc64() + (1000*1000*1000);
643 while (i_bit(event, signals) && rdtsc64() < tsc_timeout) {
1145 tsc_timeout = rdtsc64() + (ncpus * 1000 * 1000);
1147 while (mp_kdp_ncpus != ncpus && rdtsc64() < tsc_timeout) {
1299 tsc_timeout = rdtsc64() + (kdb_ncpus * 100 * 1000 * 1000);
1301 while (mp_kdb_ncpus != kdb_ncpus && rdtsc64() < tsc_timeout) {
H A Dmp.h203 eventp->time = rdtsc64(); \
H A Dproc_reg.h297 static inline uint64_t rdtsc64(void) function
H A Dpmap.c2212 deadline = rdtsc64() + max_preemption_latency_tsc;
2233 if (s64 < e64 && rdtsc64() >= deadline) {
2237 deadline = rdtsc64() + max_preemption_latency_tsc;
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/AT386/
H A Dmodel_dep.c1069 bt_tsc_timeout = rdtsc64() + PBT_TIMEOUT_CYCLES;
1070 while(*ppbtcnt && (rdtsc64() < bt_tsc_timeout));

Completed in 87 milliseconds