Home
last modified time | relevance | path

Searched refs:hv_root_partition (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/drivers/hv/
Dhv_common.c36 bool __weak hv_root_partition; variable
37 EXPORT_SYMBOL_GPL(hv_root_partition);
98 if (hv_root_partition) { in hv_common_init()
127 int pgcount = hv_root_partition ? 2 : 1; in hv_common_cpu_init()
137 if (hv_root_partition) { in hv_common_cpu_init()
164 if (hv_root_partition) { in hv_common_cpu_die()
234 return !hv_root_partition && acpi_sleep_state_supported(ACPI_STATE_S4); in hv_is_hibernation_supported()
Dvmbus_drv.c2689 if (hv_root_partition) in hv_acpi_init()
/linux-5.19.10/arch/x86/hyperv/
Dhv_init.c91 if (hv_root_partition) { in hv_cpu_init()
231 if (hv_root_partition) { in hv_cpu_die()
290 if (hv_root_partition) in hv_suspend()
445 if (hv_root_partition) { in hyperv_init()
495 BUG_ON(hv_root_partition && hv_current_partition_id == ~0ull); in hyperv_init()
502 if (hv_root_partition) in hyperv_init()
/linux-5.19.10/arch/x86/kernel/cpu/
Dmshyperv.c39 bool hv_root_partition; variable
300 hv_root_partition = true; in ms_hyperv_init_platform()
435 if (hv_root_partition) in ms_hyperv_init_platform()
/linux-5.19.10/drivers/iommu/
Dhyperv-iommu.c132 if (hv_root_partition) { in hyperv_prepare_irq_remapping()
153 if (hv_root_partition) in hyperv_prepare_irq_remapping()
/linux-5.19.10/include/asm-generic/
Dmshyperv.h169 extern bool hv_root_partition;
/linux-5.19.10/drivers/clocksource/
Dhyperv_timer.c504 if (hv_root_partition) in hv_init_tsc_clocksource()