Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/hyperv/
Dhv_init.c97 u32 hv_max_vp_index; variable
112 if (msr_vp_index > hv_max_vp_index) in hv_cpu_init()
113 hv_max_vp_index = msr_vp_index; in hv_cpu_init()
/Linux-v4.19/arch/x86/include/asm/
Dmshyperv.h277 extern u32 hv_max_vp_index;
310 if (hv_max_vp_index / 64 >= 64) in cpumask_to_vpset()
318 for (vcpu_bank = 0; vcpu_bank <= hv_max_vp_index / 64; vcpu_bank++) in cpumask_to_vpset()