Searched refs:CPUFREQ_CONST_LOOPS (Results 1 – 20 of 20) sorted by relevance
/openbmc/linux/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 | ppc_cbe_cpufreq.c | 140 .flags = CPUFREQ_CONST_LOOPS,
|
H A D | maple-cpufreq.c | 149 .flags = CPUFREQ_CONST_LOOPS,
|
H A D | pasemi-cpufreq.c | 245 .flags = CPUFREQ_CONST_LOOPS,
|
H A D | longrun.c | 275 .flags = CPUFREQ_CONST_LOOPS,
|
H A D | qoriq-cpufreq.c | 252 .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 | 571 .flags = CPUFREQ_CONST_LOOPS,
|
H A D | tegra194-cpufreq.c | 560 .flags = CPUFREQ_CONST_LOOPS | CPUFREQ_NEED_INITIAL_FREQ_CHECK |
|
H A D | amd-pstate.c | 1557 .flags = CPUFREQ_CONST_LOOPS | CPUFREQ_NEED_UPDATE_LIMITS, 1571 .flags = CPUFREQ_CONST_LOOPS,
|
H A D | powernv-cpufreq.c | 1035 .flags = CPUFREQ_CONST_LOOPS,
|
H A D | cppc_cpufreq.c | 914 .flags = CPUFREQ_CONST_LOOPS,
|
H A D | acpi-cpufreq.c | 709 acpi_cpufreq_driver.flags |= CPUFREQ_CONST_LOOPS; in acpi_cpufreq_cpu_init()
|
H A D | cpufreq.c | 321 if (ci->flags & CPUFREQ_CONST_LOOPS) in adjust_jiffies() 2919 driver_data->flags |= CPUFREQ_CONST_LOOPS; in cpufreq_register_driver()
|
H A D | intel_pstate.c | 2798 .flags = CPUFREQ_CONST_LOOPS, 3113 .flags = CPUFREQ_CONST_LOOPS,
|
/openbmc/linux/arch/mips/kernel/ |
H A D | time.c | 48 if (freq->flags & CPUFREQ_CONST_LOOPS) in cpufreq_callback()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | smp.c | 801 if (freq->flags & CPUFREQ_CONST_LOOPS) in cpufreq_callback()
|
/openbmc/linux/include/linux/ |
H A D | cpufreq.h | 419 #define CPUFREQ_CONST_LOOPS BIT(1) macro
|
/openbmc/linux/arch/x86/kernel/ |
H A D | tsc.c | 1040 if (!(freq->flags & CPUFREQ_CONST_LOOPS)) in time_cpufreq_notifier()
|