Lines Matching refs:cpuid_cache
303 return hv_vcpu->cpuid_cache.syndbg_cap_eax & in kvm_hv_is_syndbg_enabled()
665 !(hv_vcpu->cpuid_cache.features_edx & in stimer_set_config()
1238 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1241 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1244 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1247 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1250 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1253 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()
1271 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1277 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1282 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1287 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
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()
1970 hv_vcpu->cpuid_cache.features_eax = entry->eax; in kvm_hv_set_cpuid()
1971 hv_vcpu->cpuid_cache.features_ebx = entry->ebx; in kvm_hv_set_cpuid()
1972 hv_vcpu->cpuid_cache.features_edx = entry->edx; in kvm_hv_set_cpuid()
1974 hv_vcpu->cpuid_cache.features_eax = 0; in kvm_hv_set_cpuid()
1975 hv_vcpu->cpuid_cache.features_ebx = 0; in kvm_hv_set_cpuid()
1976 hv_vcpu->cpuid_cache.features_edx = 0; in kvm_hv_set_cpuid()
1981 hv_vcpu->cpuid_cache.enlightenments_eax = entry->eax; in kvm_hv_set_cpuid()
1982 hv_vcpu->cpuid_cache.enlightenments_ebx = entry->ebx; in kvm_hv_set_cpuid()
1984 hv_vcpu->cpuid_cache.enlightenments_eax = 0; in kvm_hv_set_cpuid()
1985 hv_vcpu->cpuid_cache.enlightenments_ebx = 0; in kvm_hv_set_cpuid()
1990 hv_vcpu->cpuid_cache.syndbg_cap_eax = entry->eax; in kvm_hv_set_cpuid()
1992 hv_vcpu->cpuid_cache.syndbg_cap_eax = 0; in kvm_hv_set_cpuid()
2118 return hv_vcpu->cpuid_cache.enlightenments_ebx && in hv_check_hypercall_access()
2119 hv_vcpu->cpuid_cache.enlightenments_ebx != U32_MAX; in hv_check_hypercall_access()
2121 return hv_vcpu->cpuid_cache.features_ebx & HV_POST_MESSAGES; in hv_check_hypercall_access()
2123 return hv_vcpu->cpuid_cache.features_ebx & HV_SIGNAL_EVENTS; in hv_check_hypercall_access()
2132 hv_vcpu->cpuid_cache.features_ebx & HV_DEBUGGING; in hv_check_hypercall_access()
2135 if (!(hv_vcpu->cpuid_cache.enlightenments_eax & in hv_check_hypercall_access()
2141 return hv_vcpu->cpuid_cache.enlightenments_eax & in hv_check_hypercall_access()
2144 if (!(hv_vcpu->cpuid_cache.enlightenments_eax & in hv_check_hypercall_access()
2149 return hv_vcpu->cpuid_cache.enlightenments_eax & in hv_check_hypercall_access()
2205 !(hv_vcpu->cpuid_cache.features_edx & in kvm_hv_hypercall()