Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/
Dhyperv.c310 return hv_vcpu->cpuid_cache.syndbg_cap_eax & in kvm_hv_is_syndbg_enabled()
675 !(hv_vcpu->cpuid_cache.features_edx & in stimer_set_config()
1225 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1228 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1231 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1234 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1237 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1240 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1248 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1258 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
[all …]
/Linux-v6.1/arch/x86/kvm/vmx/
Devmcs.c416 return hv_vcpu->cpuid_cache.nested_ebx & HV_X64_NESTED_EVMCS1_PERF_GLOBAL_CTRL; in evmcs_has_perf_global_ctrl()
/Linux-v6.1/arch/x86/include/asm/
Dkvm_host.h625 } cpuid_cache; member