Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/
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 …]
Dhyperv.h168 !(hv_vcpu->cpuid_cache.features_eax & HV_ACCESS_TSC_INVARIANT)) in kvm_hv_invtsc_suppressed()
/linux-6.12.1/arch/x86/include/asm/
Dkvm_host.h677 u32 features_eax; /* HYPERV_CPUID_FEATURES.EAX */ member