Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/
Dhyperv.c665 !(hv_vcpu->cpuid_cache.features_edx & in stimer_set_config()
1291 return hv_vcpu->cpuid_cache.features_edx & in hv_check_msr_access()
1295 return hv_vcpu->cpuid_cache.features_edx & in hv_check_msr_access()
1972 hv_vcpu->cpuid_cache.features_edx = entry->edx; in kvm_hv_set_cpuid()
1976 hv_vcpu->cpuid_cache.features_edx = 0; in kvm_hv_set_cpuid()
2205 !(hv_vcpu->cpuid_cache.features_edx & in kvm_hv_hypercall()
/Linux-v5.15/arch/x86/include/asm/
Dkvm_host.h589 u32 features_edx; /* HYPERV_CPUID_FEATURES.EDX */ member