Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/kvm/
H A Dkvm.c181 static struct kvm_cpuid2 *cpuid_cache; variable
371 if (cpuid_cache != NULL) { in get_supported_cpuid()
372 return cpuid_cache; in get_supported_cpuid()
377 cpuid_cache = cpuid; in get_supported_cpuid()