Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hv/
A Dhv_common.c36 bool __weak hv_root_partition; variable
37 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()
A Dhv.c150 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()
A Dvmbus_drv.c2747 if (hv_root_partition && !hv_nested) in hv_acpi_init()
/linux-6.3-rc2/arch/x86/hyperv/
A Dhv_init.c90 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()
/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dmshyperv.c39 bool hv_root_partition; variable
367 hv_root_partition = true; in ms_hyperv_init_platform()
507 if (hv_root_partition) in ms_hyperv_init_platform()
/linux-6.3-rc2/drivers/iommu/
A Dhyperv-iommu.c133 if (hv_root_partition) { in hyperv_prepare_irq_remapping()
154 if (hv_root_partition) in hyperv_prepare_irq_remapping()
/linux-6.3-rc2/drivers/clocksource/
A Dhyperv_timer.c547 if (hv_root_partition) in hv_init_tsc_clocksource()
591 if (!hv_root_partition) { in hv_remap_tsc_clocksource()
/linux-6.3-rc2/include/asm-generic/
A Dmshyperv.h167 extern bool hv_root_partition;

Completed in 17 milliseconds