Home
last modified time | relevance | path

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

/drivers/hv/
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()