Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/
H A Dhyperv.c1256 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1259 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1262 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1265 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1268 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()
1279 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1289 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1295 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1299 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
[all …]
H A Dhyperv.h168 !(hv_vcpu->cpuid_cache.features_eax & HV_ACCESS_TSC_INVARIANT)) in kvm_hv_invtsc_suppressed()
/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h683 u32 features_eax; /* HYPERV_CPUID_FEATURES.EAX */ member