Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/thermal/intel/
Dtherm_throt.c417 if (cpu_has(c, X86_FEATURE_PLN) && int_pln_enable) { in thermal_throttle_add_dev()
444 if (cpu_has(c, X86_FEATURE_PLN) && int_pln_enable) { in thermal_throttle_add_dev()
606 if (this_cpu_has(X86_FEATURE_PLN) && int_pln_enable) in intel_thermal_interrupt()
618 if (this_cpu_has(X86_FEATURE_PLN) && int_pln_enable) in intel_thermal_interrupt()
708 if (cpu_has(c, X86_FEATURE_PLN) && !int_pln_enable) in intel_init_thermal()
712 else if (cpu_has(c, X86_FEATURE_PLN) && int_pln_enable) in intel_init_thermal()
722 if (cpu_has(c, X86_FEATURE_PLN) && !int_pln_enable) in intel_init_thermal()
727 else if (cpu_has(c, X86_FEATURE_PLN) && int_pln_enable) in intel_init_thermal()
/linux-5.19.10/tools/arch/x86/include/asm/
Dcpufeatures.h334 #define X86_FEATURE_PLN (14*32+ 4) /* Intel Power Limit Notification */ macro
/linux-5.19.10/arch/x86/include/asm/
Dcpufeatures.h334 #define X86_FEATURE_PLN (14*32+ 4) /* Intel Power Limit Notification */ macro
/linux-5.19.10/drivers/powercap/
Dintel_rapl_common.c913 if (!boot_cpu_has(X86_FEATURE_PTS) || !boot_cpu_has(X86_FEATURE_PLN)) in package_power_limit_irq_save()
927 if (!boot_cpu_has(X86_FEATURE_PTS) || !boot_cpu_has(X86_FEATURE_PLN)) in package_power_limit_irq_restore()