Lines Matching refs:ms_hyperv
56 if (!ms_hyperv.paravisor_present || !hv_isolation_type_snp()) in hyperv_init_ghcb()
70 ghcb_gpa &= ~ms_hyperv.shared_gpa_boundary; in hyperv_init_ghcb()
121 if (*hvp && !ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hv_cpu_init()
173 return ms_hyperv.features & HV_ACCESS_FREQUENCY_MSRS && in hv_reenlightenment_available()
174 ms_hyperv.misc_features & HV_FEATURE_FREQUENCY_MSRS_AVAILABLE && in hv_reenlightenment_available()
175 ms_hyperv.features & HV_ACCESS_REENLIGHTENMENT; in hv_reenlightenment_available()
426 ms_hyperv.hints &= ~HV_X64_ENLIGHTENED_VMCS_RECOMMENDED; in hyperv_init()
432 if (ms_hyperv.paravisor_present && hv_isolation_type_snp()) { in hyperv_init()
476 if (hv_isolation_type_tdx() && !ms_hyperv.paravisor_present) in hyperv_init()
555 if (ms_hyperv.priv_high & HV_ACCESS_PARTITION_ID) in hyperv_init()
571 ms_hyperv.vtl = get_vtl(); in hyperv_init()
573 if (ms_hyperv.vtl > 0) /* non default VTL */ in hyperv_init()
665 if (hv_isolation_type_tdx() && !ms_hyperv.paravisor_present) in hv_is_hyperv_initialized()