Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kvm/
Dhyperv.c1255 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()
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()
1278 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1288 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1294 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1298 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
[all …]
Dhyperv.h155 !(hv_vcpu->cpuid_cache.features_eax & HV_ACCESS_TSC_INVARIANT)) in kvm_hv_invtsc_suppressed()
/Linux-v6.6/arch/x86/include/asm/
Dkvm_host.h653 u32 features_eax; /* HYPERV_CPUID_FEATURES.EAX */ member