Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic_common.c1208 uint64_t tsc_now, tsc_end, tsc_amt, tsc_hz; in apic_calibrate_tsc() local
1222 tsc_amt = tsc_hz * APIC_TIME_COUNT / MICROSEC; in apic_calibrate_tsc()
1230 tsc_end = tsc_now + tsc_amt; in apic_calibrate_tsc()
1246 tsc_amt += tsc_now - tsc_end; in apic_calibrate_tsc()
1259 uint64_t apic_freq = apic_ticks * tsc_hz / tsc_amt; in apic_calibrate_tsc()