Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dhv_common.c43 bool __weak hv_root_partition; variable
44 EXPORT_SYMBOL_GPL(hv_root_partition);
343 if (hv_root_partition) { in hv_common_init()
438 int pgcount = hv_root_partition ? 2 : 1; in hv_common_cpu_init()
456 if (hv_root_partition) { in hv_common_cpu_init()
570 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()
275 if (ms_hyperv.paravisor_present || hv_root_partition) { in hv_synic_enable_regs()
294 if (ms_hyperv.paravisor_present || hv_root_partition) { in hv_synic_enable_regs()
370 if (ms_hyperv.paravisor_present || hv_root_partition) { in hv_synic_disable_regs()
382 if (ms_hyperv.paravisor_present || hv_root_partition) { in hv_synic_disable_regs()
H A Dvmbus_drv.c2648 if (hv_root_partition && !hv_nested) in hv_acpi_init()
/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()
/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c37 bool hv_root_partition; variable
413 hv_root_partition = true; in ms_hyperv_init_platform()
564 if (hv_root_partition || in ms_hyperv_init_platform()
/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()
/linux/drivers/clocksource/
H A Dhyperv_timer.c573 if (hv_root_partition) in hv_init_tsc_clocksource()
618 if (!hv_root_partition) { in hv_remap_tsc_clocksource()
/linux/include/asm-generic/
H A Dmshyperv.h193 extern bool hv_root_partition;