Searched refs:bhyve_cpuid_base (Results 1 – 1 of 1) sorted by relevance
15 static uint32_t bhyve_cpuid_base; variable32 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()