Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dmshyperv.h341 static inline bool hv_parent_partition(void) in hv_parent_partition() function
357 static inline bool hv_parent_partition(void) { return false; } in hv_parent_partition() function
/linux/drivers/hv/
H A Dmshv_root_main.c2366 if (!hv_parent_partition() || is_kdump_kernel()) in mshv_parent_partition_init()