Lines Matching refs:feat

111 	struct kvm_cpuid_entry2 *feat, *dbg;  in guest_test_msrs_access()  local
138 feat = vcpu_get_cpuid_entry(vcpu, HYPERV_CPUID_FEATURES); in guest_test_msrs_access()
165 feat->eax |= HV_MSR_HYPERCALL_AVAILABLE; in guest_test_msrs_access()
192 feat->eax |= HV_MSR_VP_RUNTIME_AVAILABLE; in guest_test_msrs_access()
211 feat->eax |= HV_MSR_TIME_REF_COUNT_AVAILABLE; in guest_test_msrs_access()
230 feat->eax |= HV_MSR_VP_INDEX_AVAILABLE; in guest_test_msrs_access()
249 feat->eax |= HV_MSR_RESET_AVAILABLE; in guest_test_msrs_access()
267 feat->eax |= HV_MSR_REFERENCE_TSC_AVAILABLE; in guest_test_msrs_access()
294 feat->eax |= HV_MSR_SYNIC_AVAILABLE; in guest_test_msrs_access()
312 feat->eax |= HV_MSR_SYNTIMER_AVAILABLE; in guest_test_msrs_access()
331 feat->edx |= HV_STIMER_DIRECT_MODE_AVAILABLE; in guest_test_msrs_access()
344 feat->eax |= HV_MSR_APIC_ACCESS_AVAILABLE; in guest_test_msrs_access()
357 feat->eax |= HV_ACCESS_FREQUENCY_MSRS; in guest_test_msrs_access()
376 feat->eax |= HV_ACCESS_REENLIGHTENMENT; in guest_test_msrs_access()
401 feat->edx |= HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE; in guest_test_msrs_access()
419 feat->edx |= HV_FEATURE_DEBUG_MSRS_AVAILABLE; in guest_test_msrs_access()
467 struct kvm_cpuid_entry2 *feat, *recomm, *dbg; in guest_test_hcalls_access() local
502 feat = vcpu_get_cpuid_entry(vcpu, HYPERV_CPUID_FEATURES); in guest_test_hcalls_access()
510 feat->eax |= HV_MSR_HYPERCALL_AVAILABLE; in guest_test_hcalls_access()
520 feat->ebx |= HV_POST_MESSAGES; in guest_test_hcalls_access()
530 feat->ebx |= HV_SIGNAL_EVENTS; in guest_test_hcalls_access()
545 feat->ebx |= HV_DEBUGGING; in guest_test_hcalls_access()
599 feat->edx |= HV_X64_HYPERCALL_XMM_INPUT_AVAILABLE; in guest_test_hcalls_access()