Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/
Dhyperv.c1225 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()
1264 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()
[all …]
/Linux-v6.1/arch/x86/include/asm/
Dkvm_host.h617 u32 features_eax; /* HYPERV_CPUID_FEATURES.EAX */ member