Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hv/
H A Dhv_common.c40 bool __weak hv_root_partition; variable
41 EXPORT_SYMBOL_GPL(hv_root_partition);
333 if (hv_root_partition) { in hv_common_init()
362 int pgcount = hv_root_partition ? 2 : 1; in hv_common_cpu_init()
380 if (hv_root_partition) { in hv_common_cpu_init()
498 return !hv_root_partition && acpi_sleep_state_supported(ACPI_STATE_S4); in hv_is_hibernation_supported()
H A Dhv.c147 if (!ms_hyperv.paravisor_present && !hv_root_partition) { in hv_synic_alloc()
276 if (ms_hyperv.paravisor_present || hv_root_partition) { in hv_synic_enable_regs()
295 if (ms_hyperv.paravisor_present || hv_root_partition) { in hv_synic_enable_regs()
378 if (ms_hyperv.paravisor_present || hv_root_partition) { in hv_synic_disable_regs()
390 if (ms_hyperv.paravisor_present || hv_root_partition) { in hv_synic_disable_regs()
H A Dvmbus_drv.c2629 if (hv_root_partition && !hv_nested) in hv_acpi_init()
/openbmc/linux/arch/x86/hyperv/
H A Dhv_init.c97 if (hv_root_partition) { in hv_cpu_init()
249 if (hv_root_partition) { in hv_cpu_die()
324 if (hv_root_partition) in hv_suspend()
543 if (hv_root_partition) { in hyperv_init()
612 BUG_ON(hv_root_partition && hv_current_partition_id == ~0ull); in hyperv_init()
619 if (hv_root_partition) in hyperv_init()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c38 bool hv_root_partition; variable
455 hv_root_partition = true; in ms_hyperv_init_platform()
614 if (hv_root_partition || in ms_hyperv_init_platform()
/openbmc/linux/drivers/iommu/
H A Dhyperv-iommu.c133 if (hv_root_partition) { in hyperv_prepare_irq_remapping()
154 if (hv_root_partition) in hyperv_prepare_irq_remapping()
/openbmc/linux/drivers/clocksource/
H A Dhyperv_timer.c571 if (hv_root_partition) in hv_init_tsc_clocksource()
616 if (!hv_root_partition) { in hv_remap_tsc_clocksource()
/openbmc/linux/include/asm-generic/
H A Dmshyperv.h177 extern bool hv_root_partition;