Searched refs:cpuid_leaf_b (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/amd64/vmm/
H A Dx86.c72 static int cpuid_leaf_b = 1; variable
73 SYSCTL_INT(_hw_vmm_topology, OID_AUTO, cpuid_leaf_b, CTLFLAG_RDTUN,
74 &cpuid_leaf_b, 0, NULL);
405 if (!cpuid_leaf_b || *ecx >= 2) {

Completed in 188 milliseconds