Home
last modified time | relevance | path

Searched refs:hv_root_partition (Results 1 – 11 of 11) 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.c676 if (!hv_root_partition()) in mshv_synic_reboot_notify()
H A Dvmbus_drv.c2966 if (hv_root_partition() && !hv_nested) in hv_acpi_init()
/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c549 if (hv_root_partition()) in ms_hyperv_init_platform()
663 if (hv_root_partition()) in ms_hyperv_init_platform()
669 if (!hv_root_partition()) in ms_hyperv_init_platform()
724 if (hv_root_partition() || in ms_hyperv_init_platform()
753 if (!hv_root_partition() && in ms_hyperv_init_platform()
/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()
355 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()