Lines Matching refs:hv_vp_index
28 u32 *hv_vp_index; variable
29 EXPORT_SYMBOL_GPL(hv_vp_index);
69 hv_vp_index[smp_processor_id()] = msr_vp_index; in hv_cpu_init()
157 .target_vp = hv_vp_index[smp_processor_id()] in set_hv_tscchange_cb()
213 if (re_ctrl.target_vp == hv_vp_index[cpu]) { in hv_cpu_die()
217 re_ctrl.target_vp = hv_vp_index[new_cpu]; in hv_cpu_die()
275 hv_vp_index = kmalloc_array(num_possible_cpus(), sizeof(*hv_vp_index), in hyperv_init()
277 if (!hv_vp_index) in hyperv_init()
281 hv_vp_index[i] = VP_INVAL; in hyperv_init()
326 kfree(hv_vp_index); in hyperv_init()
327 hv_vp_index = NULL; in hyperv_init()