Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/x86/cpufreq/
HDhwpstate_intel.c348 if ((cpu_power_eax & CPUTPM1_HWP) == 0) in intel_hwpstate_identify()
483 if (cpu_power_eax & CPUTPM1_HWP_NOTIFICATION) in intel_hwpstate_attach()
485 if (cpu_power_eax & CPUTPM1_HWP_ACTIVITY_WINDOW) in intel_hwpstate_attach()
487 if (cpu_power_eax & CPUTPM1_HWP_PERF_PREF) in intel_hwpstate_attach()
489 if (cpu_power_eax & CPUTPM1_HWP_PKG) in intel_hwpstate_attach()
/freebsd-14-stable/sys/x86/include/
HDx86_var.h70 extern u_int cpu_power_eax;
/freebsd-14-stable/sys/x86/x86/
HDidentcpu.c123 u_int cpu_power_eax; /* 06H: Power management leaf, %eax */ variable
1554 cpu_power_eax = regs[0]; in identify_cpu2()
HDlocal_apic.c481 arat = (cpu_power_eax & CPUTPM1_ARAT); in lapic_init()
/freebsd-14-stable/sys/dev/acpica/
HDacpi_cpu.c414 if ((cpu_power_eax & CPUTPM1_HWP_NOTIFICATION) && cppc_notify) in acpi_cpu_attach()