Searched refs:tps64 (Results 1 – 1 of 1) sorted by relevance
1210 uint64_t tps64; in kvm_get_time_scale() local1213 tps64 = base_khz * 1000LL; in kvm_get_time_scale()1215 while (tps64 > scaled64*2 || tps64 & 0xffffffff00000000ULL) { in kvm_get_time_scale()1216 tps64 >>= 1; in kvm_get_time_scale()1220 tps32 = (uint32_t)tps64; in kvm_get_time_scale()