Home
last modified time | relevance | path

Searched refs:hv_vp_index (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/hv/
A Dhv_common.c41 u32 *hv_vp_index; variable
42 EXPORT_SYMBOL_GPL(hv_vp_index);
61 kfree(hv_vp_index); in hv_common_free()
62 hv_vp_index = NULL; in hv_common_free()
100 hv_vp_index = kmalloc_array(num_possible_cpus(), sizeof(*hv_vp_index), in hv_common_init()
102 if (!hv_vp_index) { in hv_common_init()
108 hv_vp_index[i] = VP_INVAL; in hv_common_init()
141 hv_vp_index[cpu] = msr_vp_index; in hv_common_cpu_init()
/linux/arch/x86/hyperv/
A Dhv_init.c180 if (!hv_vp_index) in set_hv_tscchange_cb()
188 re_ctrl.target_vp = hv_vp_index[get_cpu()]; in set_hv_tscchange_cb()
248 if (re_ctrl.target_vp == hv_vp_index[cpu]) { in hv_cpu_die()
257 re_ctrl.target_vp = hv_vp_index[new_cpu]; in hv_cpu_die()
/linux/include/asm-generic/
A Dmshyperv.h178 extern u32 *hv_vp_index;
208 return hv_vp_index[cpu_number]; in hv_cpu_number_to_vp_number()

Completed in 5 milliseconds