Searched defs:cpunum (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/include/acpi/ |
D | cppc_acpi.h | 160 static inline int cppc_get_desired_perf(int cpunum, u64 *desired_perf) in cppc_get_desired_perf() 164 static inline int cppc_get_nominal_perf(int cpunum, u64 *nominal_perf) in cppc_get_nominal_perf() 204 static inline int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh() 208 static inline int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh() 216 static inline int cppc_get_epp_perf(int cpunum, u64 *epp_perf) in cppc_get_epp_perf() 224 static inline int cppc_get_auto_sel_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_auto_sel_caps()
|
/linux-6.6.21/drivers/acpi/ |
D | cppc_acpi.c | 954 int __weak cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh() 969 int __weak cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh() 1093 static int cppc_get_perf(int cpunum, enum cppc_regs reg_idx, u64 *perf) in cppc_get_perf() 1139 int cppc_get_desired_perf(int cpunum, u64 *desired_perf) in cppc_get_desired_perf() 1152 int cppc_get_nominal_perf(int cpunum, u64 *nominal_perf) in cppc_get_nominal_perf() 1164 int cppc_get_epp_perf(int cpunum, u64 *epp_perf) in cppc_get_epp_perf() 1177 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps() 1309 int cppc_get_perf_ctrs(int cpunum, struct cppc_perf_fb_ctrs *perf_fb_ctrs) in cppc_get_perf_ctrs() 1441 int cppc_get_auto_sel_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_auto_sel_caps()
|
/linux-6.6.21/arch/x86/kernel/acpi/ |
D | cppc.c | 35 int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh() 50 int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
|
/linux-6.6.21/arch/parisc/kernel/ |
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()
|
D | setup.c | 282 int ret, cpunum; in start_parisc() local
|
D | smp.c | 272 smp_cpu_init(int cpunum) in smp_cpu_init()
|
/linux-6.6.21/arch/arm64/kernel/ |
D | topology.c | 344 int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
|
/linux-6.6.21/drivers/base/ |
D | cpu.c | 156 int cpunum; in crash_notes_show() local
|
/linux-6.6.21/arch/ia64/kernel/ |
D | setup.c | 653 # define cpunum c->cpu in show_cpuinfo() macro
|
/linux-6.6.21/kernel/ |
D | reboot.c | 1226 unsigned int cpunum; in cpu_store() local
|
/linux-6.6.21/drivers/cpufreq/ |
D | intel_pstate.c | 2456 static int intel_pstate_init_cpu(unsigned int cpunum) in intel_pstate_init_cpu() 2960 static void intel_cpufreq_adjust_perf(unsigned int cpunum, in intel_cpufreq_adjust_perf()
|
/linux-6.6.21/kernel/debug/kdb/ |
D | kdb_main.c | 2244 unsigned long cpunum; in kdb_cpu() local
|