Searched refs:CPUFREQ_CONST_LOOPS (Results 1 – 19 of 19) sorted by relevance
| /linux-6.15/drivers/cpufreq/ |
| H A D | p4-clockmod.c | 128 p4clockmod_driver.flags |= CPUFREQ_CONST_LOOPS; in cpufreq_p4_get_frequency() 131 p4clockmod_driver.flags |= CPUFREQ_CONST_LOOPS; in cpufreq_p4_get_frequency() 143 p4clockmod_driver.flags |= CPUFREQ_CONST_LOOPS; in cpufreq_p4_get_frequency()
|
| H A D | pasemi-cpufreq.c | 243 .flags = CPUFREQ_CONST_LOOPS,
|
| H A D | longrun.c | 275 .flags = CPUFREQ_CONST_LOOPS,
|
| H A D | qoriq-cpufreq.c | 250 .flags = CPUFREQ_CONST_LOOPS |
|
| H A D | loongson3_cpufreq.c | 324 .flags = CPUFREQ_CONST_LOOPS,
|
| H A D | speedstep-centrino.c | 357 centrino_driver.flags |= CPUFREQ_CONST_LOOPS; in centrino_cpu_init()
|
| H A D | pmac64-cpufreq.c | 330 .flags = CPUFREQ_CONST_LOOPS,
|
| H A D | pcc-cpufreq.c | 566 .flags = CPUFREQ_CONST_LOOPS,
|
| H A D | cppc_cpufreq.c | 819 .flags = CPUFREQ_CONST_LOOPS,
|
| H A D | amd-pstate.c | 1606 .flags = CPUFREQ_CONST_LOOPS | CPUFREQ_NEED_UPDATE_LIMITS, 1619 .flags = CPUFREQ_CONST_LOOPS,
|
| H A D | tegra194-cpufreq.c | 583 .flags = CPUFREQ_CONST_LOOPS | CPUFREQ_NEED_INITIAL_FREQ_CHECK |
|
| H A D | powernv-cpufreq.c | 1030 .flags = CPUFREQ_CONST_LOOPS,
|
| H A D | acpi-cpufreq.c | 724 acpi_cpufreq_driver.flags |= CPUFREQ_CONST_LOOPS; in acpi_cpufreq_cpu_init()
|
| H A D | cpufreq.c | 323 if (ci->flags & CPUFREQ_CONST_LOOPS) in adjust_jiffies() 3022 driver_data->flags |= CPUFREQ_CONST_LOOPS; in cpufreq_register_driver()
|
| H A D | intel_pstate.c | 3026 .flags = CPUFREQ_CONST_LOOPS, 3337 .flags = CPUFREQ_CONST_LOOPS,
|
| /linux-6.15/arch/mips/kernel/ |
| H A D | time.c | 48 if (freq->flags & CPUFREQ_CONST_LOOPS) in cpufreq_callback()
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | smp.c | 802 if (freq->flags & CPUFREQ_CONST_LOOPS) in cpufreq_callback()
|
| /linux-6.15/include/linux/ |
| H A D | cpufreq.h | 436 #define CPUFREQ_CONST_LOOPS BIT(1) macro
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | tsc.c | 1044 if (!(freq->flags & CPUFREQ_CONST_LOOPS)) in time_cpufreq_notifier()
|