Home
last modified time | relevance | path

Searched refs:hv_parent_partition (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/hv/
H A Dhv_common.c262 return hv_parent_partition() || IS_ENABLED(CONFIG_HYPERV_VTL_MODE); in hv_output_page_exists()
382 if (hv_parent_partition()) { in hv_common_init()
536 if (hv_parent_partition()) { in hv_common_cpu_init()
563 if (hv_parent_partition()) { in hv_common_cpu_die()
H A Dmshv_root_main.c2259 if (!hv_parent_partition() || is_kdump_kernel()) in mshv_parent_partition_init()
/linux/include/asm-generic/
H A Dmshyperv.h341 static inline bool hv_parent_partition(void) in hv_parent_partition() function
352 static inline bool hv_parent_partition(void) { return false; } in hv_parent_partition() function