Symbol: hv_root_partition
arch/x86/hyperv/hv_init.c
132
if (hv_root_partition()) {
arch/x86/hyperv/hv_init.c
291
if (hv_root_partition()) {
arch/x86/hyperv/hv_init.c
366
if (hv_root_partition())
arch/x86/hyperv/hv_init.c
535
if (hv_root_partition()) {
arch/x86/hyperv/hv_init.c
567
if (hv_root_partition()) /* after set hypercall pg */
arch/x86/hyperv/hv_init.c
595
if (hv_root_partition())
arch/x86/kernel/cpu/mshyperv.c
550
if (hv_root_partition())
arch/x86/kernel/cpu/mshyperv.c
664
if (hv_root_partition())
arch/x86/kernel/cpu/mshyperv.c
670
if (!hv_root_partition())
arch/x86/kernel/cpu/mshyperv.c
725
if (hv_root_partition() ||
arch/x86/kernel/cpu/mshyperv.c
754
if (!hv_root_partition() &&
drivers/clocksource/hyperv_timer.c
586
hv_root_partition()) {
drivers/clocksource/hyperv_timer.c
613
if (hv_root_partition())
drivers/clocksource/hyperv_timer.c
658
if (!hv_root_partition()) {
drivers/hv/hv.c
210
if (!ms_hyperv.paravisor_present && !hv_root_partition()) {
drivers/hv/hv.c
255
if (!ms_hyperv.paravisor_present && !hv_root_partition()) {
drivers/hv/hv.c
291
if (ms_hyperv.paravisor_present || hv_root_partition()) {
drivers/hv/hv.c
310
if (ms_hyperv.paravisor_present || hv_root_partition()) {
drivers/hv/hv.c
432
if (ms_hyperv.paravisor_present || hv_root_partition()) {
drivers/hv/hv.c
446
if (ms_hyperv.paravisor_present || hv_root_partition()) {
drivers/hv/hv_common.c
626
return !hv_root_partition() && acpi_sleep_state_supported(ACPI_STATE_S4);
drivers/hv/hv_proc.c
129
if (!hv_root_partition()) {
drivers/hv/mshv_debugfs.c
683
if (hv_root_partition()) {
drivers/hv/mshv_debugfs.c
700
if (hv_root_partition()) {
drivers/hv/mshv_debugfs.c
705
if (hv_root_partition())
drivers/hv/mshv_debugfs.c
720
if (hv_root_partition()) {
drivers/hv/mshv_synic.c
512
if (hv_root_partition()) {
drivers/hv/mshv_synic.c
617
if (hv_root_partition()) {
drivers/hv/vmbus_drv.c
2984
if (hv_root_partition() && !hv_nested)
drivers/iommu/hyperv/hv-irq-remap-x86.c
131
if (hv_root_partition()) {
drivers/iommu/hyperv/hv-irq-remap-x86.c
152
if (hv_root_partition())
drivers/pci/controller/pci-hyperv.c
718
if (hv_root_partition())
include/asm-generic/mshyperv.h
343
return hv_root_partition() || hv_l1vh_partition();