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()
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()
1275 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1283 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1293 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()
1303 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1308 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1311 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1315 return hv_vcpu->cpuid_cache.features_edx & in hv_check_msr_access()
1319 return hv_vcpu->cpuid_cache.features_edx & in hv_check_msr_access()
2323 memset(&hv_vcpu->cpuid_cache, 0, sizeof(hv_vcpu->cpuid_cache)); in kvm_hv_set_cpuid()
2330 hv_vcpu->cpuid_cache.features_eax = entry->eax; in kvm_hv_set_cpuid()
2331 hv_vcpu->cpuid_cache.features_ebx = entry->ebx; in kvm_hv_set_cpuid()
2332 hv_vcpu->cpuid_cache.features_edx = entry->edx; in kvm_hv_set_cpuid()
2337 hv_vcpu->cpuid_cache.enlightenments_eax = entry->eax; in kvm_hv_set_cpuid()
2338 hv_vcpu->cpuid_cache.enlightenments_ebx = entry->ebx; in kvm_hv_set_cpuid()
2343 hv_vcpu->cpuid_cache.syndbg_cap_eax = entry->eax; in kvm_hv_set_cpuid()
2347 hv_vcpu->cpuid_cache.nested_eax = entry->eax; in kvm_hv_set_cpuid()
2348 hv_vcpu->cpuid_cache.nested_ebx = entry->ebx; in kvm_hv_set_cpuid()
2486 return hv_vcpu->cpuid_cache.enlightenments_ebx && in hv_check_hypercall_access()
2487 hv_vcpu->cpuid_cache.enlightenments_ebx != U32_MAX; in hv_check_hypercall_access()
2489 return hv_vcpu->cpuid_cache.features_ebx & HV_POST_MESSAGES; in hv_check_hypercall_access()
2491 return hv_vcpu->cpuid_cache.features_ebx & HV_SIGNAL_EVENTS; in hv_check_hypercall_access()
2500 hv_vcpu->cpuid_cache.features_ebx & HV_DEBUGGING; in hv_check_hypercall_access()
2503 if (!(hv_vcpu->cpuid_cache.enlightenments_eax & in hv_check_hypercall_access()
2509 return hv_vcpu->cpuid_cache.enlightenments_eax & in hv_check_hypercall_access()
2512 if (!(hv_vcpu->cpuid_cache.enlightenments_eax & in hv_check_hypercall_access()
2517 return hv_vcpu->cpuid_cache.enlightenments_eax & in hv_check_hypercall_access()
2520 return hv_vcpu->cpuid_cache.features_ebx & in hv_check_hypercall_access()
2582 !(hv_vcpu->cpuid_cache.features_edx & in kvm_hv_hypercall()