Home
last modified time | relevance | path

Searched refs:tsc_hz (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
1213 tsc_hz = tsc_get_freq(); in apic_calibrate_tsc()
1222 tsc_amt = tsc_hz * APIC_TIME_COUNT / MICROSEC; in apic_calibrate_tsc()
1259 uint64_t apic_freq = apic_ticks * tsc_hz / tsc_amt; in apic_calibrate_tsc()