Home
last modified time | relevance | path

Searched refs:tps64 (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/arch/x86/kvm/
H A Dx86.c2355 uint64_t tps64; in kvm_get_time_scale() local
2358 tps64 = base_hz; in kvm_get_time_scale()
2360 while (tps64 > scaled64*2 || tps64 & 0xffffffff00000000ULL) { in kvm_get_time_scale()
2361 tps64 >>= 1; in kvm_get_time_scale()
2365 tps32 = (uint32_t)tps64; in kvm_get_time_scale()