Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
H A Dhyperv.c1258 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1261 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1264 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1267 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1270 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1273 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1281 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1291 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1297 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1301 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
[all …]
H A Dhyperv.h169 !(hv_vcpu->cpuid_cache.features_eax & HV_ACCESS_TSC_INVARIANT)) in kvm_hv_invtsc_suppressed()
/linux/arch/x86/include/asm/
H A Dkvm_host.h696 u32 features_eax; /* HYPERV_CPUID_FEATURES.EAX */ member