Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dx86.c2081 uint64_t tps64; in kvm_get_time_scale() local
2084 tps64 = base_hz; in kvm_get_time_scale()
2086 while (tps64 > scaled64*2 || tps64 & 0xffffffff00000000ULL) { in kvm_get_time_scale()
2087 tps64 >>= 1; in kvm_get_time_scale()
2091 tps32 = (uint32_t)tps64; in kvm_get_time_scale()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dx86.c2396 uint64_t tps64; in kvm_get_time_scale() local
2399 tps64 = base_hz; in kvm_get_time_scale()
2401 while (tps64 > scaled64*2 || tps64 & 0xffffffff00000000ULL) { in kvm_get_time_scale()
2402 tps64 >>= 1; in kvm_get_time_scale()
2406 tps32 = (uint32_t)tps64; in kvm_get_time_scale()

Completed in 29 milliseconds