Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dhyperv.c1257 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()
1296 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1300 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()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h653 u32 features_eax; /* HYPERV_CPUID_FEATURES.EAX */ member