Home
last modified time | relevance | path

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

/linux/drivers/hv/
A 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()
/linux/include/asm-generic/
A Dmshyperv.h179 extern u32 hv_max_vp_index;
219 if (hv_max_vp_index / 64 >= 64) in __cpumask_to_vpset()
227 for (vcpu_bank = 0; vcpu_bank <= hv_max_vp_index / 64; vcpu_bank++) in __cpumask_to_vpset()

Completed in 6 milliseconds