Lines Matching refs:cpuid_cache
332 return hv_vcpu->cpuid_cache.syndbg_cap_eax & in kvm_hv_is_syndbg_enabled()
701 !(hv_vcpu->cpuid_cache.features_edx & in stimer_set_config()
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()
1273 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1281 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1291 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1297 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1301 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1306 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1309 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1313 return hv_vcpu->cpuid_cache.features_edx & in hv_check_msr_access()
1317 return hv_vcpu->cpuid_cache.features_edx & in hv_check_msr_access()
2321 memset(&hv_vcpu->cpuid_cache, 0, sizeof(hv_vcpu->cpuid_cache)); in kvm_hv_set_cpuid()
2328 hv_vcpu->cpuid_cache.features_eax = entry->eax; in kvm_hv_set_cpuid()
2329 hv_vcpu->cpuid_cache.features_ebx = entry->ebx; in kvm_hv_set_cpuid()
2330 hv_vcpu->cpuid_cache.features_edx = entry->edx; in kvm_hv_set_cpuid()
2335 hv_vcpu->cpuid_cache.enlightenments_eax = entry->eax; in kvm_hv_set_cpuid()
2336 hv_vcpu->cpuid_cache.enlightenments_ebx = entry->ebx; in kvm_hv_set_cpuid()
2341 hv_vcpu->cpuid_cache.syndbg_cap_eax = entry->eax; in kvm_hv_set_cpuid()
2345 hv_vcpu->cpuid_cache.nested_eax = entry->eax; in kvm_hv_set_cpuid()
2346 hv_vcpu->cpuid_cache.nested_ebx = entry->ebx; in kvm_hv_set_cpuid()
2484 return hv_vcpu->cpuid_cache.enlightenments_ebx && in hv_check_hypercall_access()
2485 hv_vcpu->cpuid_cache.enlightenments_ebx != U32_MAX; in hv_check_hypercall_access()
2487 return hv_vcpu->cpuid_cache.features_ebx & HV_POST_MESSAGES; in hv_check_hypercall_access()
2489 return hv_vcpu->cpuid_cache.features_ebx & HV_SIGNAL_EVENTS; in hv_check_hypercall_access()
2498 hv_vcpu->cpuid_cache.features_ebx & HV_DEBUGGING; in hv_check_hypercall_access()
2501 if (!(hv_vcpu->cpuid_cache.enlightenments_eax & in hv_check_hypercall_access()
2507 return hv_vcpu->cpuid_cache.enlightenments_eax & in hv_check_hypercall_access()
2510 if (!(hv_vcpu->cpuid_cache.enlightenments_eax & in hv_check_hypercall_access()
2515 return hv_vcpu->cpuid_cache.enlightenments_eax & in hv_check_hypercall_access()
2518 return hv_vcpu->cpuid_cache.features_ebx & in hv_check_hypercall_access()
2580 !(hv_vcpu->cpuid_cache.features_edx & in kvm_hv_hypercall()