Searched refs:tsc_base (Results 1 – 3 of 3) sorted by relevance
33 gd->arch.tsc_base = rdtsc(); in tsc_init()34 debug("tsc_base=0x%llx\n", gd->arch.tsc_base); in tsc_init()
394 return now_tick - gd->arch.tsc_base; in tsc_timer_get_count()402 gd->arch.tsc_base = rdtsc(); in tsc_timer_ensure_setup()474 return rdtsc() - gd->arch.tsc_base; in timer_early_get_count()
94 uint64_t tsc_base; /* Initial value returned by rdtsc() */ member
Completed in 6 milliseconds