Home
last modified time | relevance | path

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

/qemu/target/i386/kvm/
H A Dkvm.c799 static inline bool freq_within_bounds(int freq, int target_freq) in freq_within_bounds() argument
804 if (target_freq >= min_freq && target_freq <= max_freq) { in freq_within_bounds()