• Home
  • Raw
  • Download

Lines Matching refs:cpuid_cache

306 	return hv_vcpu->cpuid_cache.syndbg_cap_eax &  in kvm_hv_is_syndbg_enabled()
671 !(hv_vcpu->cpuid_cache.features_edx & in stimer_set_config()
1246 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1249 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1252 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
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()
1269 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1279 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1285 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1290 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1295 return hv_vcpu->cpuid_cache.features_eax & in hv_check_msr_access()
1299 return hv_vcpu->cpuid_cache.features_edx & in hv_check_msr_access()
1303 return hv_vcpu->cpuid_cache.features_edx & in hv_check_msr_access()
2008 hv_vcpu->cpuid_cache.features_eax = entry->eax; in kvm_hv_set_cpuid()
2009 hv_vcpu->cpuid_cache.features_ebx = entry->ebx; in kvm_hv_set_cpuid()
2010 hv_vcpu->cpuid_cache.features_edx = entry->edx; in kvm_hv_set_cpuid()
2012 hv_vcpu->cpuid_cache.features_eax = 0; in kvm_hv_set_cpuid()
2013 hv_vcpu->cpuid_cache.features_ebx = 0; in kvm_hv_set_cpuid()
2014 hv_vcpu->cpuid_cache.features_edx = 0; in kvm_hv_set_cpuid()
2019 hv_vcpu->cpuid_cache.enlightenments_eax = entry->eax; in kvm_hv_set_cpuid()
2020 hv_vcpu->cpuid_cache.enlightenments_ebx = entry->ebx; in kvm_hv_set_cpuid()
2022 hv_vcpu->cpuid_cache.enlightenments_eax = 0; in kvm_hv_set_cpuid()
2023 hv_vcpu->cpuid_cache.enlightenments_ebx = 0; in kvm_hv_set_cpuid()
2028 hv_vcpu->cpuid_cache.syndbg_cap_eax = entry->eax; in kvm_hv_set_cpuid()
2030 hv_vcpu->cpuid_cache.syndbg_cap_eax = 0; in kvm_hv_set_cpuid()
2157 return hv_vcpu->cpuid_cache.enlightenments_ebx && in hv_check_hypercall_access()
2158 hv_vcpu->cpuid_cache.enlightenments_ebx != U32_MAX; in hv_check_hypercall_access()
2160 return hv_vcpu->cpuid_cache.features_ebx & HV_POST_MESSAGES; in hv_check_hypercall_access()
2162 return hv_vcpu->cpuid_cache.features_ebx & HV_SIGNAL_EVENTS; in hv_check_hypercall_access()
2171 hv_vcpu->cpuid_cache.features_ebx & HV_DEBUGGING; in hv_check_hypercall_access()
2174 if (!(hv_vcpu->cpuid_cache.enlightenments_eax & in hv_check_hypercall_access()
2180 return hv_vcpu->cpuid_cache.enlightenments_eax & in hv_check_hypercall_access()
2183 if (!(hv_vcpu->cpuid_cache.enlightenments_eax & in hv_check_hypercall_access()
2188 return hv_vcpu->cpuid_cache.enlightenments_eax & in hv_check_hypercall_access()
2244 !(hv_vcpu->cpuid_cache.features_edx & in kvm_hv_hypercall()