Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/
Dhyperv.c1238 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1241 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1244 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1247 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1250 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1253 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()
1271 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1277 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1282 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
[all …]
/Linux-v5.15/arch/x86/include/asm/
Dkvm_host.h587 u32 features_eax; /* HYPERV_CPUID_FEATURES.EAX */ member