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
226 feat.eax |= HV_MSR_HYPERCALL_AVAILABLE; in guest_test_msrs_access()
253 feat.eax |= HV_MSR_VP_RUNTIME_AVAILABLE; in guest_test_msrs_access()
270 feat.eax |= HV_MSR_TIME_REF_COUNT_AVAILABLE; in guest_test_msrs_access()
287 feat.eax |= HV_MSR_VP_INDEX_AVAILABLE; in guest_test_msrs_access()
304 feat.eax |= HV_MSR_RESET_AVAILABLE; in guest_test_msrs_access()
320 feat.eax |= HV_MSR_REFERENCE_TSC_AVAILABLE; in guest_test_msrs_access()
345 feat.eax |= HV_MSR_SYNIC_AVAILABLE; in guest_test_msrs_access()
361 feat.eax |= HV_MSR_SYNTIMER_AVAILABLE; in guest_test_msrs_access()
377 feat.edx |= HV_STIMER_DIRECT_MODE_AVAILABLE; in guest_test_msrs_access()
387 feat.eax |= HV_MSR_APIC_ACCESS_AVAILABLE; in guest_test_msrs_access()
399 feat.eax |= HV_ACCESS_FREQUENCY_MSRS; in guest_test_msrs_access()
416 feat.eax |= HV_ACCESS_REENLIGHTENMENT; in guest_test_msrs_access()
439 feat.edx |= HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE; in guest_test_msrs_access()
455 feat.edx |= HV_FEATURE_DEBUG_MSRS_AVAILABLE; in guest_test_msrs_access()
472 hv_set_cpuid(vm, best, &feat, &recomm, &dbg); in guest_test_msrs_access()
511 struct kvm_cpuid_entry2 feat = { in guest_test_hcalls_access() local
564 feat.ebx |= HV_POST_MESSAGES; in guest_test_hcalls_access()
573 feat.ebx |= HV_SIGNAL_EVENTS; in guest_test_hcalls_access()
586 feat.ebx |= HV_DEBUGGING; in guest_test_hcalls_access()
635 feat.edx |= HV_X64_HYPERCALL_XMM_INPUT_AVAILABLE; in guest_test_hcalls_access()
646 hv_set_cpuid(vm, best, &feat, &recomm, &dbg); in guest_test_hcalls_access()