Lines Matching refs:ms_hyperv
58 if (!ms_hyperv.paravisor_present || !hv_isolation_type_snp()) in hyperv_init_ghcb()
72 ghcb_gpa &= ~ms_hyperv.shared_gpa_boundary; in hyperv_init_ghcb()
123 if (*hvp && !ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hv_cpu_init()
175 return ms_hyperv.features & HV_ACCESS_FREQUENCY_MSRS && in hv_reenlightenment_available()
176 ms_hyperv.misc_features & HV_FEATURE_FREQUENCY_MSRS_AVAILABLE && in hv_reenlightenment_available()
177 ms_hyperv.features & HV_ACCESS_REENLIGHTENMENT; in hv_reenlightenment_available()
480 ms_hyperv.hints &= ~HV_X64_ENLIGHTENED_VMCS_RECOMMENDED; in hyperv_init()
486 if (ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hyperv_init()
530 if (hv_isolation_type_tdx() && !ms_hyperv.paravisor_present) in hyperv_init()
627 ms_hyperv.vtl = get_vtl(); in hyperv_init()
629 if (ms_hyperv.vtl > 0) /* non default VTL */ in hyperv_init()
721 if (hv_isolation_type_tdx() && !ms_hyperv.paravisor_present) in hv_is_hyperv_initialized()