Home
last modified time | relevance | path

Searched refs:hv_root_partition (Results 1 – 2 of 2) 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()