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

/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dpvclock.cpp23 static const uint64_t target_freq = 1000000000ul; local
27 // We maintain the folowing invariant: 2^(exponent - 32) * x/y ~ target_freq / tsc_freq,
29 uint64_t x = target_freq;

Completed in 24 milliseconds