Home
last modified time | relevance | path

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

/qemu/target/i386/kvm/
H A Dkvm.c789 static inline bool freq_within_bounds(int freq, int target_freq) in freq_within_bounds() function
826 if (cur_freq != -ENOTSUP && freq_within_bounds(cur_freq, env->tsc_khz)) { in kvm_arch_set_tsc_khz()