Searched defs:cpunum (Results 1 – 9 of 9) sorted by relevance
| /linux/include/acpi/ |
| H A D | cppc_acpi.h | 179 static inline int cppc_get_desired_perf(int cpunum, u64 *desired_perf) in cppc_get_desired_perf() 183 static inline int cppc_get_nominal_perf(int cpunum, u64 *nominal_perf) in cppc_get_nominal_perf() 187 static inline int cppc_get_highest_perf(int cpunum, u64 *highest_perf) in cppc_get_highest_perf() 227 static inline int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh() 231 static inline int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh() 239 static inline int cppc_get_epp_perf(int cpunum, u64 *epp_perf) in cppc_get_epp_perf()
|
| /linux/arch/parisc/kernel/ |
| H A D | processor.c | 68 init_percpu_prof(unsigned long cpunum) in init_percpu_prof() 327 int init_per_cpu(int cpunum) in init_per_cpu()
|
| H A D | setup.c | 279 int ret, cpunum; in start_parisc() local
|
| H A D | smp.c | 272 smp_cpu_init(int cpunum) in smp_cpu_init()
|
| /linux/drivers/acpi/ |
| H A D | cppc_acpi.c | 977 int __weak cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh() 992 int __weak cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh() 1291 int cppc_get_desired_perf(int cpunum, u64 *desired_perf) in cppc_get_desired_perf() 1304 int cppc_get_nominal_perf(int cpunum, u64 *nominal_perf) in cppc_get_nominal_perf() 1316 int cppc_get_highest_perf(int cpunum, u64 *highest_perf) in cppc_get_highest_perf() 1329 int cppc_get_epp_perf(int cpunum, u64 *epp_perf) in cppc_get_epp_perf() 1342 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps() 1474 int cppc_get_perf_ctrs(int cpunum, struct cppc_perf_fb_ctrs *perf_fb_ctrs) in cppc_get_perf_ctrs()
|
| /linux/arch/x86/kernel/acpi/ |
| H A D | cppc.c | 48 int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh() 63 int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
|
| /linux/arch/arm64/kernel/ |
| H A D | topology.c | 504 int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
|
| /linux/drivers/cpufreq/ |
| H A D | intel_pstate.c | 1045 static void hybrid_clear_cpu_capacity(unsigned int cpunum) in hybrid_clear_cpu_capacity() 1062 int cpunum; in hybrid_set_capacity_of_cpus() local 1076 int cpunum; in hybrid_update_cpu_capacity_scaling() local 2772 static int intel_pstate_init_cpu(unsigned int cpunum) in intel_pstate_init_cpu() 3271 static void intel_cpufreq_adjust_perf(unsigned int cpunum, in intel_cpufreq_adjust_perf()
|
| /linux/drivers/base/ |
| H A D | cpu.c | 157 int cpunum; in crash_notes_show() local
|