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 &
2313 memset(&hv_vcpu->cpuid_cache, 0, sizeof(hv_vcpu->cpuid_cache));
2320 hv_vcpu->cpuid_cache.features_eax = entry->eax;
2321 hv_vcpu->cpuid_cache.features_ebx = entry->ebx;
2322 hv_vcpu->cpuid_cache.features_edx = entry->edx;
2327 hv_vcpu->cpuid_cache.enlightenments_eax = entry->eax;
2328 hv_vcpu->cpuid_cache.enlightenments_ebx = entry->ebx;
2333 hv_vcpu->cpuid_cache.syndbg_cap_eax = entry->eax;
2337 hv_vcpu->cpuid_cache.nested_eax = entry->eax;
2338 hv_vcpu->cpuid_cache.nested_ebx = entry->ebx;
2476 return hv_vcpu->cpuid_cache.enlightenments_ebx &&
2477 hv_vcpu->cpuid_cache.enlightenments_ebx != U32_MAX;
2479 return hv_vcpu->cpuid_cache.features_ebx & HV_POST_MESSAGES;
2481 return hv_vcpu->cpuid_cache.features_ebx & HV_SIGNAL_EVENTS;
2490 hv_vcpu->cpuid_cache.features_ebx & HV_DEBUGGING;
2493 if (!(hv_vcpu->cpuid_cache.enlightenments_eax &
2499 return hv_vcpu->cpuid_cache.enlightenments_eax &
2502 if (!(hv_vcpu->cpuid_cache.enlightenments_eax &
2507 return hv_vcpu->cpuid_cache.enlightenments_eax &
2510 return hv_vcpu->cpuid_cache.features_ebx &
2572 !(hv_vcpu->cpuid_cache.features_edx &