Searched refs:tps64 (Results 1 – 1 of 1) sorted by relevance
1169 uint64_t tps64; in kvm_get_time_scale() local1172 tps64 = base_khz * 1000LL; in kvm_get_time_scale()1174 while (tps64 > scaled64*2 || tps64 & 0xffffffff00000000ULL) { in kvm_get_time_scale()1175 tps64 >>= 1; in kvm_get_time_scale()1179 tps32 = (uint32_t)tps64; in kvm_get_time_scale()