Searched refs:tsc_base (Results 1 – 2 of 2) sorted by relevance
326 *count = now_tick - gd->arch.tsc_base; in tsc_timer_get_count()335 gd->arch.tsc_base = rdtsc(); in tsc_timer_probe()
79 uint64_t tsc_base; /* Initial value returned by rdtsc() */ member