Home
last modified time | relevance | path

Searched refs:timebase_validation (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/osfmk/arm/
H A Drtclock.c78 uint32_t timebase_validation = 0; variable
93 timebase_validation = ml_get_topology_info()->chip_revision == CPU_VERSION_A0; in rtclock_early_init()
97 timebase_validation = 0; in rtclock_early_init()
100 timebase_validation = tmp_mv; in rtclock_early_init()
169 if (__improbable(timebase_validation)) { in mach_absolute_time()
181 timebase_validation = 0; // we know it's bad, now prevent nested panics in mach_absolute_time()
188 timebase_validation = 0; // prevent nested panics in mach_absolute_time()
209 timebase_validation = 0; // prevent nested panics in mach_absolute_time()
251 timebase_validation = 0; // we know it's bad, now prevent nested panics in mach_absolute_time()
/xnu-11215/bsd/dev/arm64/
H A Dsysctl.c319 extern uint32_t timebase_validation;
320 SYSCTL_UINT(_machdep, OID_AUTO, timebase_validation,
321 CTLFLAG_RW | CTLFLAG_LOCKED, &timebase_validation, 0,