Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hv/
Dhv_common.c35 bool __weak hv_root_partition; variable
36 EXPORT_SYMBOL_GPL(hv_root_partition);
95 if (hv_root_partition) { in hv_common_init()
124 int pgcount = hv_root_partition ? 2 : 1; in hv_common_cpu_init()
134 if (hv_root_partition) { in hv_common_cpu_init()
161 if (hv_root_partition) { in hv_common_cpu_die()
221 return !hv_root_partition && acpi_sleep_state_supported(ACPI_STATE_S4); in hv_is_hibernation_supported()
Dvmbus_drv.c2696 if (hv_root_partition) in hv_acpi_init()
/Linux-v5.15/arch/x86/hyperv/
Dhv_init.c59 if (hv_root_partition) { in hv_cpu_init()
185 if (hv_root_partition) { in hv_cpu_die()
244 if (hv_root_partition) in hv_suspend()
394 if (hv_root_partition) { in hyperv_init()
444 BUG_ON(hv_root_partition && hv_current_partition_id == ~0ull); in hyperv_init()
451 if (hv_root_partition) in hyperv_init()
/Linux-v5.15/arch/x86/kernel/cpu/
Dmshyperv.c37 bool hv_root_partition; variable
288 hv_root_partition = true; in ms_hyperv_init_platform()
409 if (hv_root_partition) in ms_hyperv_init_platform()
/Linux-v5.15/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-v5.15/include/asm-generic/
Dmshyperv.h158 extern bool hv_root_partition;
/Linux-v5.15/drivers/clocksource/
Dhyperv_timer.c504 if (hv_root_partition) in hv_init_tsc_clocksource()