Searched refs:tsc_base (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dpal_native.h72 volatile uint64_t tsc_base; /* timestamp */ member in struct:pal_rtc_nanotime
H A Drtclock.c137 * - { tsc_base, ns_base } pair of corresponding timestamps.
139 * The tuple {tsc_base, ns_base, scale, shift} is exported in the commpage
148 commpage_set_nanotime(rntp->tsc_base, rntp->ns_base, rntp->scale, rntp->shift);
207 rtc_clock_napped(uint64_t base, uint64_t tsc_base) argument
216 oldnsecs = rntp->ns_base + _rtc_tsc_to_nanoseconds(tsc - rntp->tsc_base, rntp);
217 newnsecs = base + _rtc_tsc_to_nanoseconds(tsc - tsc_base, rntp);
224 _pal_rtc_nanotime_store(tsc_base, base, rntp->scale, rntp->shift, rntp);
231 * a small delta is added to the tsc_base. This is equivalent to nudgin time
H A DpmCPU.h88 uint64_t tsc_base; /* timestamp */ member in struct:pm_rtc_nanotime
H A DpmCPU.c868 rtc_nanotime->tsc_base = pal_rtc_nanotime_info.tsc_base;
H A Dgenassym.c490 offsetof(pal_rtc_nanotime_t *, tsc_base));
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/commpage/
H A Dcommpage.h143 extern void commpage_set_nanotime(uint64_t tsc_base, uint64_t ns_base, uint32_t scale, uint32_t shift);
H A Dcommpage.c494 uint64_t tsc_base,
521 p32->nt_tsc_base = tsc_base;
522 p64->nt_tsc_base = tsc_base;
493 commpage_set_nanotime( uint64_t tsc_base, uint64_t ns_base, uint32_t scale, uint32_t shift ) argument
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/i386/
H A Dsysctl.c744 SYSCTL_QUAD(_machdep_tsc_nanotime, OID_AUTO, tsc_base,
746 (uint64_t *) &pal_rtc_nanotime_info.tsc_base, "");

Completed in 128 milliseconds