Searched refs:tsc_base (Results 1 – 9 of 9) sorted by relevance
| /xnu-8792.61.2/osfmk/i386/ |
| H A D | rtclock.c | 137 commpage_set_nanotime(rntp->tsc_base, rntp->ns_base, rntp->scale, rntp->shift); in rtc_nanotime_set_commpage() 156 gAcpiLastSleepTscBase = pal_rtc_nanotime_info.tsc_base; in rtc_nanotime_init() 161 gAcpiLastWakeTscBase = pal_rtc_nanotime_info.tsc_base; in rtc_nanotime_init() 203 rtc_clock_napped(uint64_t base, uint64_t tsc_base) in rtc_clock_napped() argument 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() 220 _pal_rtc_nanotime_store(tsc_base, base, rntp->scale, rntp->shift, rntp); in rtc_clock_napped()
|
| H A D | pal_native.h | 72 volatile uint64_t tsc_base; /* timestamp */ member
|
| H A D | x86_hypercall.c | 135 pal_rtc_nanotime_info.tsc_base, pal_rtc_nanotime_info.ns_base, in hvg_hcall_get_mabs_offset()
|
| H A D | pmCPU.h | 89 uint64_t tsc_base; /* timestamp */ member
|
| H A D | pmCPU.c | 933 rtc_nanotime->tsc_base = pal_rtc_nanotime_info.tsc_base; in pmGetNanotimeInfo()
|
| H A D | genassym.c | 436 offsetof(pal_rtc_nanotime_t, tsc_base)); in main()
|
| /xnu-8792.61.2/osfmk/i386/commpage/ |
| H A D | commpage.h | 139 extern void commpage_set_nanotime(uint64_t tsc_base, uint64_t ns_base, uint32_t scale, uint32_t…
|
| H A D | commpage.c | 679 uint64_t tsc_base, in commpage_set_nanotime() argument 711 p32->nt_tsc_base = tsc_base; in commpage_set_nanotime() 712 p64->nt_tsc_base = tsc_base; in commpage_set_nanotime()
|
| /xnu-8792.61.2/bsd/dev/i386/ |
| H A D | sysctl.c | 857 SYSCTL_QUAD(_machdep_tsc_nanotime, OID_AUTO, tsc_base, 859 __DECONST(uint64_t *, &pal_rtc_nanotime_info.tsc_base), "");
|