Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hv/
H A Dhv_common.c52 u32 hv_max_vp_index; variable
53 EXPORT_SYMBOL_GPL(hv_max_vp_index);
417 if (msr_vp_index > hv_max_vp_index) in hv_common_cpu_init()
418 hv_max_vp_index = msr_vp_index; in hv_common_cpu_init()
/openbmc/linux/include/asm-generic/
H A Dmshyperv.h187 extern u32 hv_max_vp_index;
224 int max_vcpu_bank = hv_max_vp_index / HV_VCPUS_PER_SPARSE_BANK; in __cpumask_to_vpset()