Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dx86_var.h71 extern u_int cpu_power_ecx;
/freebsd/sys/x86/cpufreq/
H A Dhwpstate_intel.c495 if (cpu_power_ecx & CPUID_PERF_BIAS) in intel_hwpstate_attach()
/freebsd/sys/x86/x86/
H A Didentcpu.c126 u_int cpu_power_ecx; /* 06H: Power management leaf, %ecx */ variable
1571 cpu_power_ecx = regs[2]; in identify_cpu2()
H A Dtsc.c441 if (cpu_power_ecx & CPUID_PERF_STAT) { in start_TSC()