Home
last modified time | relevance | path

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

/linux-6.15/drivers/hv/
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()
360 if (ms_hyperv.paravisor_present || hv_root_partition()) { in hv_synic_disable_regs()
372 if (ms_hyperv.paravisor_present || hv_root_partition()) { in hv_synic_disable_regs()
H A Dhv_common.c299 return hv_root_partition() || IS_ENABLED(CONFIG_HYPERV_VTL_MODE); in hv_output_page_exists()
388 if (hv_root_partition()) { in hv_common_init()
542 if (hv_root_partition()) { in hv_common_cpu_init()
569 if (hv_root_partition()) { in hv_common_cpu_die()
632 return !hv_root_partition() && acpi_sleep_state_supported(ACPI_STATE_S4); in hv_is_hibernation_supported()
H A Dmshv_root_main.c43 return hv_root_partition(); in hv_parent_partition()
2230 if (!hv_root_partition() || is_kdump_kernel()) in mshv_parent_partition_init()
2283 if (hv_root_partition()) in mshv_parent_partition_init()
2300 if (hv_root_partition()) in mshv_parent_partition_exit()
H A Dvmbus_drv.c2779 if (hv_root_partition() && !hv_nested) in hv_acpi_init()
/linux-6.15/arch/x86/hyperv/
H A Dhv_init.c93 if (hv_root_partition()) { in hv_cpu_init()
245 if (hv_root_partition()) { in hv_cpu_die()
320 if (hv_root_partition()) in hv_suspend()
521 if (hv_root_partition()) { in hyperv_init()
595 if (hv_root_partition()) in hyperv_init()
/linux-6.15/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-6.15/include/asm-generic/
H A Dmshyperv.h357 static inline bool hv_root_partition(void) in hv_root_partition() function
366 static inline bool hv_root_partition(void) { return false; } in hv_root_partition() function
/linux-6.15/drivers/clocksource/
H A Dhyperv_timer.c585 if (hv_root_partition()) in hv_init_tsc_clocksource()
630 if (!hv_root_partition()) { in hv_remap_tsc_clocksource()
/linux-6.15/arch/x86/kernel/cpu/
H A Dmshyperv.c613 if (hv_root_partition() || in ms_hyperv_init_platform()