Home
last modified time | relevance | path

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

/linux/arch/x86/hyperv/
H A Dhv_init.c132 if (hv_root_partition()) { in hv_cpu_init()
291 if (hv_root_partition()) { in hv_cpu_die()
366 if (hv_root_partition()) in hv_suspend()
535 if (hv_root_partition()) { in hyperv_init()
567 if (hv_root_partition()) /* after set hypercall pg */ in hyperv_init()
595 if (hv_root_partition()) in hyperv_init()
/linux/drivers/hv/
H A Dhv.c210 if (!ms_hyperv.paravisor_present && !hv_root_partition()) { in hv_synic_alloc()
255 if (!ms_hyperv.paravisor_present && !hv_root_partition()) { in hv_synic_free()
288 if (ms_hyperv.paravisor_present || hv_root_partition()) { in hv_hyp_synic_enable_regs()
307 if (ms_hyperv.paravisor_present || hv_root_partition()) { in hv_hyp_synic_enable_regs()
429 if (ms_hyperv.paravisor_present || hv_root_partition()) { in hv_hyp_synic_disable_regs()
443 if (ms_hyperv.paravisor_present || hv_root_partition()) { in hv_hyp_synic_disable_regs()
H A Dmshv_debugfs.c681 if (hv_root_partition()) { in mshv_debugfs_init()
698 if (hv_root_partition()) { in mshv_debugfs_init()
703 if (hv_root_partition()) in mshv_debugfs_init()
715 if (hv_root_partition()) { in mshv_debugfs_exit()
H A Dhv_proc.c129 if (!hv_root_partition()) { in hv_deposit_memory_node()
H A Dhv_common.c626 return !hv_root_partition() && acpi_sleep_state_supported(ACPI_STATE_S4); in hv_is_hibernation_supported()
H A Dmshv_synic.c679 if (!hv_root_partition()) in mshv_synic_reboot_notify()
H A Dvmbus_drv.c2973 if (hv_root_partition() && !hv_nested) in hv_acpi_init()
/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c536 if (hv_root_partition()) in ms_hyperv_init_platform()
650 if (hv_root_partition()) in ms_hyperv_init_platform()
656 if (!hv_root_partition()) in ms_hyperv_init_platform()
711 if (hv_root_partition() || in ms_hyperv_init_platform()
740 if (!hv_root_partition() && in ms_hyperv_init_platform()
/linux/drivers/clocksource/
H A Dhyperv_timer.c569 hv_root_partition()) { in hv_init_tsc_clocksource()
596 if (hv_root_partition()) in hv_init_tsc_clocksource()
641 if (!hv_root_partition()) { in hv_remap_tsc_clocksource()
/linux/include/asm-generic/
H A Dmshyperv.h333 static inline bool hv_root_partition(void) in hv_root_partition() function
343 return hv_root_partition() || hv_l1vh_partition(); in hv_parent_partition()
353 static inline bool hv_root_partition(void) { return false; } in hv_root_partition() function
/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/pci/controller/
H A Dpci-hyperv.c718 if (hv_root_partition()) in hv_arch_irq_unmask()
4175 if (hv_root_partition() && !hv_nested) in init_hv_pci_drv()