Searched refs:tsc (Results 1 - 20 of 20) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Drtclock_native.c49 #include <i386/tsc.h>
114 uint64_t tsc = rdtsc64(); local
124 lapic_set_tsc_deadline_timer(tsc + delta_tsc);
132 tsc, lapic_get_tsc_deadline_timer(),
H A Drtclock.c71 #include <i386/tsc.h>
156 * - the ratio of tsc to nanoseconds
181 uint64_t tsc = rdtsc64(); local
183 _pal_rtc_nanotime_store(tsc, base, rntp->scale, rntp->shift, rntp);
234 uint64_t tsc; local
237 tsc = rdtsc64();
238 oldnsecs = rntp->ns_base + _rtc_tsc_to_nanoseconds(tsc - rntp->tsc_base, rntp);
239 newnsecs = base + _rtc_tsc_to_nanoseconds(tsc - tsc_base, rntp);
H A DMakefile38 tsc.h \
H A Dlapic.c44 #include <i386/tsc.h>
H A Dpal_routines.h174 uint64_t tsc,
H A Dacpi.c53 #include <i386/tsc.h>
427 * unless overridden by sysctl -w tsc.deep_idle_rebase=0
H A Dtsc.c33 * File: i386/tsc.c
59 #include <i386/tsc.h>
225 * The tsc granularity is also called the "bus ratio". If the N/2 bit
H A Dhpet.c55 #include <i386/tsc.h>
H A DDiagnostics.c70 #include <i386/tsc.h>
H A Di386_init.c100 #include <i386/tsc.h>
H A Dmachine_routines.c45 #include <i386/tsc.h>
H A Dlapic_native.c54 #include <i386/tsc.h>
H A Dpmap.c131 #include <i386/tsc.h>
/darwin-on-arm/xnu/osfmk/arm/
H A Dloose_ends.c155 uint32_t tsc; member in union:__anon853
168 rdat.tsc = 0;
170 __asm__ __volatile__("mrc p15, 0, %0, c9, c13, 0":"=r"(rdat.tsc));
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap_pcid.c31 #include <i386/tsc.h>
H A Dpmap.c134 #include <i386/tsc.h>
/darwin-on-arm/xnu/osfmk/i386/commpage/
H A Dcommpage.c54 #include <i386/tsc.h>
/darwin-on-arm/xnu/bsd/dev/i386/
H A Dsysctl.c34 #include <i386/tsc.h>
731 SYSCTL_NODE(_machdep, OID_AUTO, tsc, CTLFLAG_RD|CTLFLAG_LOCKED, NULL, "Timestamp counter parameters");
/darwin-on-arm/xnu/bsd/kern/
H A Dkdebug.c372 void trace_set_timebases(__unused uint64_t tsc, __unused uint64_t ns) argument
377 void trace_set_timebases(uint64_t tsc, uint64_t ns) argument
380 kd_ctrl_page.cpu_timebase[cpu].tsc_base = tsc;
/darwin-on-arm/xnu/bsd/sys/
H A Dkdebug.h555 void trace_set_timebases(uint64_t tsc, uint64_t ns);

Completed in 59 milliseconds