Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hv/
A Dhv_common.c48 u32 hv_max_vp_index; variable
49 EXPORT_SYMBOL_GPL(hv_max_vp_index);
149 if (msr_vp_index > hv_max_vp_index) in hv_common_cpu_init()
150 hv_max_vp_index = msr_vp_index; in hv_common_cpu_init()
/linux-6.3-rc2/include/asm-generic/
A Dmshyperv.h177 extern u32 hv_max_vp_index;
215 int max_vcpu_bank = hv_max_vp_index / HV_VCPUS_PER_SPARSE_BANK; in __cpumask_to_vpset()

Completed in 4 milliseconds