Searched refs:tps64 (Results 1 – 1 of 1) sorted by relevance
936 uint64_t tps64; in kvm_get_time_scale() local939 tps64 = base_khz * 1000LL; in kvm_get_time_scale()941 while (tps64 > scaled64*2 || tps64 & 0xffffffff00000000ULL) { in kvm_get_time_scale()942 tps64 >>= 1; in kvm_get_time_scale()946 tps32 = (uint32_t)tps64; in kvm_get_time_scale()