Home
last modified time | relevance | path

Searched defs:cpunum (Results 1 – 8 of 8) sorted by relevance

/linux/include/acpi/
H A Dcppc_acpi.h168 static inline int cppc_get_desired_perf(int cpunum, u64 *desired_perf) in cppc_get_desired_perf()
172 static inline int cppc_get_nominal_perf(int cpunum, u64 *nominal_perf) in cppc_get_nominal_perf()
176 static inline int cppc_get_highest_perf(int cpunum, u64 *highest_perf) in cppc_get_highest_perf()
216 static inline int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh()
220 static inline int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
228 static inline int cppc_get_epp_perf(int cpunum, u64 *epp_perf) in cppc_get_epp_perf()
236 static inline int cppc_get_auto_sel_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_auto_sel_caps()
/linux/drivers/acpi/
H A Dcppc_acpi.c973 int __weak cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh()
988 int __weak cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
1178 static int cppc_get_perf(int cpunum, enum cppc_regs reg_idx, u64 *perf) in cppc_get_perf()
1224 int cppc_get_desired_perf(int cpunum, u64 *desired_perf) in cppc_get_desired_perf()
1237 int cppc_get_nominal_perf(int cpunum, u64 *nominal_perf) in cppc_get_nominal_perf()
1249 int cppc_get_highest_perf(int cpunum, u64 *highest_perf) in cppc_get_highest_perf()
1262 int cppc_get_epp_perf(int cpunum, u64 *epp_perf) in cppc_get_epp_perf()
1275 int cppc_get_perf_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_perf_caps()
1407 int cppc_get_perf_ctrs(int cpunum, struct cppc_perf_fb_ctrs *perf_fb_ctrs) in cppc_get_perf_ctrs()
1542 int cppc_get_auto_sel_caps(int cpunum, struct cppc_perf_caps *perf_caps) in cppc_get_auto_sel_caps()
/linux/drivers/platform/x86/intel/pmc/
H A Dcnp.c227 int cpunum = smp_processor_id(); in disable_c1_auto_demote() local
240 int cpunum = smp_processor_id(); in restore_c1_auto_demote() local
/linux/arch/parisc/kernel/
H A Dprocessor.c68 init_percpu_prof(unsigned long cpunum) in init_percpu_prof()
327 int init_per_cpu(int cpunum) in init_per_cpu()
H A Dsetup.c279 int ret, cpunum; in start_parisc() local
H A Dsmp.c272 smp_cpu_init(int cpunum) in smp_cpu_init()
/linux/arch/x86/kernel/acpi/
H A Dcppc.c46 int cpc_read_ffh(int cpunum, struct cpc_reg *reg, u64 *val) in cpc_read_ffh()
61 int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()
/linux/arch/arm64/kernel/
H A Dtopology.c342 int cpc_write_ffh(int cpunum, struct cpc_reg *reg, u64 val) in cpc_write_ffh()