Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c459 ms_hyperv.max_vp_index = cpuid_eax(HYPERV_CPUID_IMPLEMENT_LIMITS); in ms_hyperv_init_platform()
463 ms_hyperv.max_vp_index, ms_hyperv.max_lp_index); in ms_hyperv_init_platform()
/linux/arch/x86/hyperv/
H A Dhv_vtl.c226 if (vp_index > ms_hyperv.max_vp_index) { in hv_vtl_wakeup_secondary_cpu()
H A Divm.c310 if (vp_index < 0 || vp_index > ms_hyperv.max_vp_index) in hv_snp_boot_ap()
/linux/include/asm-generic/
H A Dmshyperv.h43 u32 max_vp_index; member