Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dhyperv.c332 return hv_vcpu->cpuid_cache.syndbg_cap_eax & in kvm_hv_is_syndbg_enabled()
697 !(hv_vcpu->cpuid_cache.features_edx & in stimer_set_config()
1257 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1260 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1263 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1266 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1269 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1272 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1280 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1290 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
[all …]
H A Dhyperv.h155 !(hv_vcpu->cpuid_cache.features_eax & HV_ACCESS_TSC_INVARIANT)) in kvm_hv_invtsc_suppressed()
208 (hv_vcpu->cpuid_cache.nested_eax & HV_X64_NESTED_DIRECT_FLUSH); in guest_hv_cpuid_has_l2_tlb_flush()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dhyperv.c416 return hv_vcpu->cpuid_cache.nested_ebx & HV_X64_NESTED_EVMCS1_PERF_GLOBAL_CTRL; in evmcs_has_perf_global_ctrl()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c182 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()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h661 } cpuid_cache; member