Searched refs:tsc_now (Results 1 – 2 of 2) sorted by relevance
79 uint64_t tsc_now, tsc_end; in pit_sanity_check() local85 tsc_now = tsc_read(); in pit_sanity_check()86 tsc_end = tsc_now + TSC_MIN_TICKS; in pit_sanity_check()96 while (tsc_now < tsc_end) in pit_sanity_check()97 tsc_now = tsc_read(); in pit_sanity_check()
1208 uint64_t tsc_now, tsc_end, tsc_amt, tsc_hz; in apic_calibrate_tsc() local1229 tsc_now = tsc_read(); in apic_calibrate_tsc()1230 tsc_end = tsc_now + tsc_amt; in apic_calibrate_tsc()1233 while (tsc_now < tsc_end) in apic_calibrate_tsc()1234 tsc_now = tsc_read(); in apic_calibrate_tsc()1246 tsc_amt += tsc_now - tsc_end; in apic_calibrate_tsc()