Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dhv_common.c55 u32 *hv_vp_index; variable
56 EXPORT_SYMBOL_GPL(hv_vp_index);
95 kfree(hv_vp_index); in hv_common_free()
96 hv_vp_index = NULL; in hv_common_free()
387 hv_vp_index = kmalloc_array(nr_cpu_ids, sizeof(*hv_vp_index), in hv_common_init()
389 if (!hv_vp_index) { in hv_common_init()
395 hv_vp_index[i] = VP_INVAL; in hv_common_init()
531 hv_vp_index[cpu] = msr_vp_index; in hv_common_cpu_init()
H A Dmshv_debugfs.c457 parent_vp_debugfs_remove(hv_vp_index[idx], in mshv_debugfs_parent_partition_remove()
521 err = parent_vp_debugfs_create(hv_vp_index[idx], in mshv_debugfs_parent_partition_create()
/linux/arch/x86/hyperv/
H A Dhv_init.c239 if (!hv_vp_index) in set_hv_tscchange_cb()
247 re_ctrl.target_vp = hv_vp_index[get_cpu()]; in set_hv_tscchange_cb()
310 if (re_ctrl.target_vp == hv_vp_index[cpu]) { in hv_cpu_die()
319 re_ctrl.target_vp = hv_vp_index[new_cpu]; in hv_cpu_die()
/linux/include/asm-generic/
H A Dmshyperv.h199 extern u32 *hv_vp_index;
228 return hv_vp_index[cpu_number]; in hv_cpu_number_to_vp_number()