Searched refs:tsc2hpet (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dhpet.h74 uint64_t tsc2hpet; member in struct:hpetInfo
97 extern uint64_t tsc2hpet;
H A Dhpet.c76 uint64_t tsc2hpet = 0; variable
271 tsc2hpet = tmrCvt(tscFCvtt2n, hpetCvtn2t);
273 (uint32_t)(tsc2hpet >> 32), (uint32_t)tsc2hpet);
301 info->tsc2hpet = tsc2hpet;

Completed in 8 milliseconds