Searched refs:stime_freq (Results 1 – 3 of 3) sorted by relevance
234 #define HPET_TINY_TIME_SPAN ((h->stime_freq >> 10) / STIME_PER_HPET_TICK)717 h->stime_freq = S_TO_NS; in hpet_set()719 h->hpet_to_ns_scale = ((S_TO_NS * STIME_PER_HPET_TICK) << 10) / h->stime_freq; in hpet_set()728 h->hpet.capability |= ((S_TO_FS*STIME_PER_HPET_TICK/h->stime_freq) << 32); in hpet_set()755 if ( !has_vhpet(d) || !d->arch.hvm.pl_time || !h->stime_freq ) in hpet_deinit()
88 uint64_t stime_freq; member
181 uint64_t stime_freq; member
Completed in 9 milliseconds