Searched refs:hv_root_partition (Results 1 – 8 of 8) sorted by relevance
36 bool __weak hv_root_partition; variable37 EXPORT_SYMBOL_GPL(hv_root_partition);101 if (hv_root_partition) { in hv_common_init()130 int pgcount = hv_root_partition ? 2 : 1; in hv_common_cpu_init()140 if (hv_root_partition) { in hv_common_cpu_init()167 if (hv_root_partition) { in hv_common_cpu_die()237 return !hv_root_partition && acpi_sleep_state_supported(ACPI_STATE_S4); in hv_is_hibernation_supported()
150 if (!hv_isolation_type_snp() && !hv_root_partition) { in hv_synic_alloc()219 if (hv_isolation_type_snp() || hv_root_partition) { in hv_synic_enable_regs()236 if (hv_isolation_type_snp() || hv_root_partition) { in hv_synic_enable_regs()318 if (hv_isolation_type_snp() || hv_root_partition) { in hv_synic_disable_regs()330 if (hv_isolation_type_snp() || hv_root_partition) { in hv_synic_disable_regs()
2747 if (hv_root_partition && !hv_nested) in hv_acpi_init()
90 if (hv_root_partition) { in hv_cpu_init()229 if (hv_root_partition) { in hv_cpu_die()288 if (hv_root_partition) in hv_suspend()443 if (hv_root_partition) { in hyperv_init()493 BUG_ON(hv_root_partition && hv_current_partition_id == ~0ull); in hyperv_init()500 if (hv_root_partition) in hyperv_init()
39 bool hv_root_partition; variable367 hv_root_partition = true; in ms_hyperv_init_platform()507 if (hv_root_partition) in ms_hyperv_init_platform()
133 if (hv_root_partition) { in hyperv_prepare_irq_remapping()154 if (hv_root_partition) in hyperv_prepare_irq_remapping()
547 if (hv_root_partition) in hv_init_tsc_clocksource()591 if (!hv_root_partition) { in hv_remap_tsc_clocksource()
167 extern bool hv_root_partition;
Completed in 16 milliseconds