Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/hyperv/
Dhv_init.c101 u64 msr_vp_index; in hv_cpu_init() local
108 hv_get_vp_index(msr_vp_index); in hv_cpu_init()
110 hv_vp_index[smp_processor_id()] = msr_vp_index; in hv_cpu_init()
112 if (msr_vp_index > hv_max_vp_index) in hv_cpu_init()
113 hv_max_vp_index = msr_vp_index; in hv_cpu_init()