Searched refs:tsc (Results 1 – 6 of 6) sorted by relevance
| /xnu-10002.81.5/osfmk/i386/ |
| H A D | rtclock.c | 148 uint64_t tsc = rdtsc64(); in _rtc_nanotime_init() local 150 _pal_rtc_nanotime_store(tsc, base, rntp->scale, rntp->shift, rntp); in _rtc_nanotime_init() 208 uint64_t tsc; in rtc_clock_napped() local 211 tsc = rdtsc64(); in rtc_clock_napped() 212 oldnsecs = rntp->ns_base + _rtc_tsc_to_nanoseconds(tsc - rntp->tsc_base, rntp); in rtc_clock_napped() 213 newnsecs = base + _rtc_tsc_to_nanoseconds(tsc - tsc_base, rntp); in rtc_clock_napped()
|
| H A D | rtclock_native.c | 120 uint64_t tsc = rdtsc64(); in rtc_lapic_set_tsc_deadline_timer() local 131 dead_tsc = tsc + delta_tsc; in rtc_lapic_set_tsc_deadline_timer() 140 tsc, dead_tsc, in rtc_lapic_set_tsc_deadline_timer()
|
| H A D | pal_routines.h | 168 uint64_t tsc,
|
| H A D | Makefile | 44 tsc.h \
|
| /xnu-10002.81.5/osfmk/conf/ |
| H A D | files.x86_64 | 70 osfmk/i386/tsc.c standard
|
| /xnu-10002.81.5/bsd/dev/i386/ |
| H A D | sysctl.c | 837 SYSCTL_NODE(_machdep, OID_AUTO, tsc, CTLFLAG_RD | CTLFLAG_LOCKED, NULL, "Timestamp counter paramete…
|