Lines Matching refs:feat
155 struct kvm_cpuid_entry2 *feat, in hv_set_cpuid() argument
159 TEST_ASSERT(set_cpuid(cpuid, feat), in hv_set_cpuid()
174 struct kvm_cpuid_entry2 feat = { in guest_test_msrs_access() local
203 feat.eax |= HV_MSR_HYPERCALL_AVAILABLE; in guest_test_msrs_access()
230 feat.eax |= HV_MSR_VP_RUNTIME_AVAILABLE; in guest_test_msrs_access()
247 feat.eax |= HV_MSR_TIME_REF_COUNT_AVAILABLE; in guest_test_msrs_access()
264 feat.eax |= HV_MSR_VP_INDEX_AVAILABLE; in guest_test_msrs_access()
281 feat.eax |= HV_MSR_RESET_AVAILABLE; in guest_test_msrs_access()
297 feat.eax |= HV_MSR_REFERENCE_TSC_AVAILABLE; in guest_test_msrs_access()
321 feat.eax |= HV_MSR_SYNIC_AVAILABLE; in guest_test_msrs_access()
337 feat.eax |= HV_MSR_SYNTIMER_AVAILABLE; in guest_test_msrs_access()
353 feat.edx |= HV_STIMER_DIRECT_MODE_AVAILABLE; in guest_test_msrs_access()
363 feat.eax |= HV_MSR_APIC_ACCESS_AVAILABLE; in guest_test_msrs_access()
375 feat.eax |= HV_ACCESS_FREQUENCY_MSRS; in guest_test_msrs_access()
392 feat.eax |= HV_ACCESS_REENLIGHTENMENT; in guest_test_msrs_access()
415 feat.edx |= HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE; in guest_test_msrs_access()
431 feat.edx |= HV_FEATURE_DEBUG_MSRS_AVAILABLE; in guest_test_msrs_access()
448 hv_set_cpuid(vm, best, &feat, &recomm, &dbg); in guest_test_msrs_access()
486 struct kvm_cpuid_entry2 feat = { in guest_test_hcalls_access() local
511 feat.ebx |= HV_POST_MESSAGES; in guest_test_hcalls_access()
520 feat.ebx |= HV_SIGNAL_EVENTS; in guest_test_hcalls_access()
533 feat.ebx |= HV_DEBUGGING; in guest_test_hcalls_access()
582 feat.edx |= HV_X64_HYPERCALL_XMM_INPUT_AVAILABLE; in guest_test_hcalls_access()
593 hv_set_cpuid(vm, best, &feat, &recomm, &dbg); in guest_test_hcalls_access()