Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dbhyve.c15 static uint32_t bhyve_cpuid_base; variable
32 bhyve_cpuid_base = cpuid_base_hypervisor(BHYVE_SIGNATURE, 0); in bhyve_detect()
33 if (!bhyve_cpuid_base) in bhyve_detect()
36 bhyve_cpuid_max = cpuid_eax(bhyve_cpuid_base); in bhyve_detect()
42 unsigned int cpuid_leaf = bhyve_cpuid_base | CPUID_BHYVE_FEATURES; in bhyve_features()