Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c433 ms_hyperv.max_vp_index = cpuid_eax(HYPERV_CPUID_IMPLEMENT_LIMITS); in ms_hyperv_init_platform()
437 ms_hyperv.max_vp_index, ms_hyperv.max_lp_index); in ms_hyperv_init_platform()
/openbmc/linux/include/asm-generic/
H A Dmshyperv.h37 u32 max_vp_index; member
/openbmc/linux/arch/x86/hyperv/
H A Dhv_vtl.c228 if (vp_id > ms_hyperv.max_vp_index) { in hv_vtl_wakeup_secondary_cpu()