Searched refs:cpu_power_eax (Results 1 – 4 of 4) sorted by relevance
351 if ((cpu_power_eax & CPUTPM1_HWP) == 0) in intel_hwpstate_identify()488 if (cpu_power_eax & CPUTPM1_HWP_NOTIFICATION) in intel_hwpstate_attach()490 if (cpu_power_eax & CPUTPM1_HWP_ACTIVITY_WINDOW) in intel_hwpstate_attach()492 if (cpu_power_eax & CPUTPM1_HWP_PERF_PREF) in intel_hwpstate_attach()494 if (cpu_power_eax & CPUTPM1_HWP_PKG) in intel_hwpstate_attach()
70 extern u_int cpu_power_eax;
121 u_int cpu_power_eax; /* 06H: Power management leaf, %eax */ variable1587 cpu_power_eax = regs[0]; in identify_cpu2()
548 arat = (cpu_power_eax & CPUTPM1_ARAT); in native_lapic_init()