Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dbhyve.c16 static uint32_t bhyve_cpuid_max; variable
36 bhyve_cpuid_max = cpuid_eax(bhyve_cpuid_base); in bhyve_detect()
37 return bhyve_cpuid_max; in bhyve_detect()
44 if (bhyve_cpuid_max < cpuid_leaf) in bhyve_features()