Home
last modified time | relevance | path

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

/drivers/hv/
Dhv_common.c44 u32 hv_max_vp_index; variable
45 EXPORT_SYMBOL_GPL(hv_max_vp_index);
143 if (msr_vp_index > hv_max_vp_index) in hv_common_cpu_init()
144 hv_max_vp_index = msr_vp_index; in hv_common_cpu_init()