Lines Matching refs:cpuid_cache

332 	return hv_vcpu->cpuid_cache.syndbg_cap_eax &  in kvm_hv_is_syndbg_enabled()
697 !(hv_vcpu->cpuid_cache.features_edx & in stimer_set_config()
1255 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
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()
1278 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1288 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1294 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1298 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()
1306 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1310 return hv_vcpu->cpuid_cache.features_edx & in hv_check_msr_access()
1314 return hv_vcpu->cpuid_cache.features_edx & in hv_check_msr_access()
2261 memset(&hv_vcpu->cpuid_cache, 0, sizeof(hv_vcpu->cpuid_cache)); in kvm_hv_set_cpuid()
2268 hv_vcpu->cpuid_cache.features_eax = entry->eax; in kvm_hv_set_cpuid()
2269 hv_vcpu->cpuid_cache.features_ebx = entry->ebx; in kvm_hv_set_cpuid()
2270 hv_vcpu->cpuid_cache.features_edx = entry->edx; in kvm_hv_set_cpuid()
2275 hv_vcpu->cpuid_cache.enlightenments_eax = entry->eax; in kvm_hv_set_cpuid()
2276 hv_vcpu->cpuid_cache.enlightenments_ebx = entry->ebx; in kvm_hv_set_cpuid()
2281 hv_vcpu->cpuid_cache.syndbg_cap_eax = entry->eax; in kvm_hv_set_cpuid()
2285 hv_vcpu->cpuid_cache.nested_eax = entry->eax; in kvm_hv_set_cpuid()
2286 hv_vcpu->cpuid_cache.nested_ebx = entry->ebx; in kvm_hv_set_cpuid()
2424 return hv_vcpu->cpuid_cache.enlightenments_ebx && in hv_check_hypercall_access()
2425 hv_vcpu->cpuid_cache.enlightenments_ebx != U32_MAX; in hv_check_hypercall_access()
2427 return hv_vcpu->cpuid_cache.features_ebx & HV_POST_MESSAGES; in hv_check_hypercall_access()
2429 return hv_vcpu->cpuid_cache.features_ebx & HV_SIGNAL_EVENTS; in hv_check_hypercall_access()
2438 hv_vcpu->cpuid_cache.features_ebx & HV_DEBUGGING; in hv_check_hypercall_access()
2441 if (!(hv_vcpu->cpuid_cache.enlightenments_eax & in hv_check_hypercall_access()
2447 return hv_vcpu->cpuid_cache.enlightenments_eax & in hv_check_hypercall_access()
2450 if (!(hv_vcpu->cpuid_cache.enlightenments_eax & in hv_check_hypercall_access()
2455 return hv_vcpu->cpuid_cache.enlightenments_eax & in hv_check_hypercall_access()
2458 return hv_vcpu->cpuid_cache.features_ebx & in hv_check_hypercall_access()
2520 !(hv_vcpu->cpuid_cache.features_edx & in kvm_hv_hypercall()