Searched refs:tsc_base (Results 1 – 2 of 2) sorted by relevance
339 *count = now_tick - gd->arch.tsc_base; in tsc_timer_get_count()346 if (gd->arch.tsc_base) in tsc_timer_ensure_setup()348 gd->arch.tsc_base = rdtsc(); in tsc_timer_ensure_setup()384 gd->arch.tsc_base = rdtsc(); in tsc_timer_probe()404 return rdtsc() - gd->arch.tsc_base; in timer_early_get_count()
78 uint64_t tsc_base; /* Initial value returned by rdtsc() */ member