Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dx86_var.h72 extern u_int cpu_power_ecx;
/f-stack/freebsd/x86/cpufreq/
H A Dhwpstate_intel.c501 if (cpu_power_ecx & CPUID_PERF_BIAS) in intel_hwpstate_attach()
/f-stack/freebsd/x86/x86/
H A Didentcpu.c123 u_int cpu_power_ecx; /* 06H: Power management leaf, %ecx */ variable
1589 cpu_power_ecx = regs[2]; in identify_cpu2()
H A Dtsc.c236 if (cpu_power_ecx & CPUID_PERF_STAT) { in probe_tsc_freq()