Lines Matching refs:cpuid_cache
332 return hv_vcpu->cpuid_cache.syndbg_cap_eax &
697 !(hv_vcpu->cpuid_cache.features_edx &
1257 return hv_vcpu->cpuid_cache.features_eax &
1260 return hv_vcpu->cpuid_cache.features_eax &
1263 return hv_vcpu->cpuid_cache.features_eax &
1266 return hv_vcpu->cpuid_cache.features_eax &
1269 return hv_vcpu->cpuid_cache.features_eax &
1272 return hv_vcpu->cpuid_cache.features_eax &
1280 return hv_vcpu->cpuid_cache.features_eax &
1290 return hv_vcpu->cpuid_cache.features_eax &
1296 return hv_vcpu->cpuid_cache.features_eax &
1300 return hv_vcpu->cpuid_cache.features_eax &
1305 return hv_vcpu->cpuid_cache.features_eax &
1308 return hv_vcpu->cpuid_cache.features_eax &
1312 return hv_vcpu->cpuid_cache.features_edx &
1316 return hv_vcpu->cpuid_cache.features_edx &
2263 memset(&hv_vcpu->cpuid_cache, 0, sizeof(hv_vcpu->cpuid_cache));
2270 hv_vcpu->cpuid_cache.features_eax = entry->eax;
2271 hv_vcpu->cpuid_cache.features_ebx = entry->ebx;
2272 hv_vcpu->cpuid_cache.features_edx = entry->edx;
2277 hv_vcpu->cpuid_cache.enlightenments_eax = entry->eax;
2278 hv_vcpu->cpuid_cache.enlightenments_ebx = entry->ebx;
2283 hv_vcpu->cpuid_cache.syndbg_cap_eax = entry->eax;
2287 hv_vcpu->cpuid_cache.nested_eax = entry->eax;
2288 hv_vcpu->cpuid_cache.nested_ebx = entry->ebx;
2426 return hv_vcpu->cpuid_cache.enlightenments_ebx &&
2427 hv_vcpu->cpuid_cache.enlightenments_ebx != U32_MAX;
2429 return hv_vcpu->cpuid_cache.features_ebx & HV_POST_MESSAGES;
2431 return hv_vcpu->cpuid_cache.features_ebx & HV_SIGNAL_EVENTS;
2440 hv_vcpu->cpuid_cache.features_ebx & HV_DEBUGGING;
2443 if (!(hv_vcpu->cpuid_cache.enlightenments_eax &
2449 return hv_vcpu->cpuid_cache.enlightenments_eax &
2452 if (!(hv_vcpu->cpuid_cache.enlightenments_eax &
2457 return hv_vcpu->cpuid_cache.enlightenments_eax &
2460 return hv_vcpu->cpuid_cache.features_ebx &
2522 !(hv_vcpu->cpuid_cache.features_edx &