Home
last modified time | relevance | path

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

/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/hv/
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()
/linux/drivers/pci/controller/
H A Dpci-hyperv.c718 if (hv_root_partition()) in hv_arch_irq_unmask()