Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/
H A Dx86.c74 static int cpuid_leaf_b = 1; variable
75 SYSCTL_INT(_hw_vmm_topology, OID_AUTO, cpuid_leaf_b, CTLFLAG_RDTUN,
76 &cpuid_leaf_b, 0, NULL);
507 if (!cpuid_leaf_b || param >= 2) { in x86_emulate_cpuid()