Searched refs:ms_hyperv (Results 1 – 7 of 7) sorted by relevance
66 if (hv_isolation_type_tdx() && ms_hyperv.paravisor_present) in hv_post_message()77 if (ms_hyperv.paravisor_present) { in hv_post_message()149 if (!ms_hyperv.paravisor_present && !hv_root_partition()) { in hv_synic_alloc()168 if (!ms_hyperv.paravisor_present && in hv_synic_alloc()228 if (!ms_hyperv.paravisor_present && in hv_synic_free()277 if (ms_hyperv.paravisor_present || hv_root_partition()) { in hv_synic_enable_regs()280 ~ms_hyperv.shared_gpa_boundary; in hv_synic_enable_regs()296 if (ms_hyperv.paravisor_present || hv_root_partition()) { in hv_synic_enable_regs()299 ~ms_hyperv.shared_gpa_boundary; in hv_synic_enable_regs()362 if (ms_hyperv.paravisor_present || hv_root_partition()) { in hv_synic_disable_regs()[all …]
52 struct ms_hyperv_info __weak ms_hyperv; variable53 EXPORT_SYMBOL_GPL(ms_hyperv);92 if (ms_hyperv.misc_features & HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE) in hv_common_free()335 if (ms_hyperv.misc_features & HV_FEATURE_GUEST_CRASH_MSR_AVAILABLE) { in hv_common_init()499 if (!ms_hyperv.paravisor_present && in hv_common_cpu_init()590 if (!(ms_hyperv.priv_high & HV_ENABLE_EXTENDED_HYPERCALLS)) in hv_query_ext_cap()731 if ((ms_hyperv.priv_high & HV_CREATE_PARTITIONS) && in hv_identify_partition_type()732 (ms_hyperv.priv_high & HV_CPU_MANAGEMENT) && in hv_identify_partition_type()733 !(ms_hyperv.priv_high & HV_ISOLATION)) { in hv_identify_partition_type()
101 msg->msg_vtl = ms_hyperv.vtl; in vmbus_negotiate_version()113 ms_hyperv.shared_gpa_boundary; in vmbus_negotiate_version()115 ms_hyperv.shared_gpa_boundary; in vmbus_negotiate_version()512 if (ms_hyperv.paravisor_present) { in vmbus_set_event()
159 if (!(ms_hyperv.ext_features & in mshv_try_assert_irq_fast()
265 return ms_hyperv.ext_features & HV_VP_GHCB_ROOT_MAPPING_AVAILABLE; in is_ghcb_mapping_available()
152 if (!ms_hyperv.paravisor_present && hv_isolation_type_tdx()) in hv_stimer_init()271 if (!(ms_hyperv.features & HV_MSR_SYNTIMER_AVAILABLE)) in hv_stimer_alloc()278 direct_mode_enabled = ms_hyperv.misc_features & in hv_stimer_alloc()559 if (ms_hyperv.features & HV_ACCESS_TSC_INVARIANT) { in hv_init_tsc_clocksource()564 if (!(ms_hyperv.features & HV_MSR_REFERENCE_TSC_AVAILABLE)) in hv_init_tsc_clocksource()602 if (!(ms_hyperv.features & HV_ACCESS_TSC_INVARIANT)) { in hv_init_tsc_clocksource()622 if (ms_hyperv.features & HV_MSR_TIME_REF_COUNT_AVAILABLE) in hv_init_clocksource()628 if (!(ms_hyperv.features & HV_MSR_REFERENCE_TSC_AVAILABLE)) in hv_remap_tsc_clocksource()
3805 hbus->use_calls = !!(ms_hyperv.hints & HV_X64_USE_MMIO_HYPERCALLS); in hv_pci_probe()
Completed in 22 milliseconds