Lines Matching refs:ms_hyperv
93 if (!ms_hyperv.paravisor_present || !hv_isolation_type_snp()) in hyperv_init_ghcb()
107 ghcb_gpa &= ~ms_hyperv.shared_gpa_boundary; in hyperv_init_ghcb()
158 if (*hvp && !ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hv_cpu_init()
174 if (ms_hyperv.misc_features & HV_STIMER_DIRECT_MODE_AVAILABLE) in hv_cpu_init()
214 return ms_hyperv.features & HV_ACCESS_FREQUENCY_MSRS && in hv_reenlightenment_available()
215 ms_hyperv.misc_features & HV_FEATURE_FREQUENCY_MSRS_AVAILABLE && in hv_reenlightenment_available()
216 ms_hyperv.features & HV_ACCESS_REENLIGHTENMENT; in hv_reenlightenment_available()
284 if (ms_hyperv.misc_features & HV_STIMER_DIRECT_MODE_AVAILABLE) in hv_cpu_die()
472 ms_hyperv.hints &= ~HV_X64_ENLIGHTENED_VMCS_RECOMMENDED; in hyperv_init()
478 if (ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hyperv_init()
522 if (hv_isolation_type_tdx() && !ms_hyperv.paravisor_present) in hyperv_init()
587 if (ms_hyperv.priv_high & HV_ACCESS_PARTITION_ID) in hyperv_init()
603 ms_hyperv.vtl = get_vtl(); in hyperv_init()
605 if (ms_hyperv.vtl > 0) /* non default VTL */ in hyperv_init()
701 if (hv_isolation_type_tdx() && !ms_hyperv.paravisor_present) in hv_is_hyperv_initialized()