Home
last modified time | relevance | path

Searched defs:cpudata (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/cpufreq/
Damd-pstate.c183 static s16 amd_pstate_get_epp(struct amd_cpudata *cpudata, u64 cppc_req_cached) in amd_pstate_get_epp()
207 static int amd_pstate_get_energy_pref_index(struct amd_cpudata *cpudata) in amd_pstate_get_energy_pref_index()
236 static void pstate_update_perf(struct amd_cpudata *cpudata, u32 min_perf, in pstate_update_perf()
248 static inline void amd_pstate_update_perf(struct amd_cpudata *cpudata, in amd_pstate_update_perf()
256 static int amd_pstate_set_epp(struct amd_cpudata *cpudata, u32 epp) in amd_pstate_set_epp()
287 static int amd_pstate_set_energy_pref_index(struct amd_cpudata *cpudata, in amd_pstate_set_energy_pref_index()
369 static int pstate_init_perf(struct amd_cpudata *cpudata) in pstate_init_perf()
388 static int cppc_init_perf(struct amd_cpudata *cpudata) in cppc_init_perf()
425 static inline int amd_pstate_init_perf(struct amd_cpudata *cpudata) in amd_pstate_init_perf()
430 static void cppc_update_perf(struct amd_cpudata *cpudata, in cppc_update_perf()
[all …]
Dintel_pstate.c227 struct cpudata { struct
228 int cpu;
230 unsigned int policy;
231 struct update_util_data update_util;
232 bool update_util_set;
234 struct pstate_data pstate;
235 struct vid_data vid;
237 u64 last_update;
238 u64 last_sample_time;
239 u64 aperf_mperf_shift;
[all …]
Damd-pstate-ut.c131 struct amd_cpudata *cpudata = NULL; in amd_pstate_ut_check_perf() local
209 struct amd_cpudata *cpudata = NULL; in amd_pstate_ut_check_freq() local
/linux-6.12.1/drivers/hwtracing/coresight/
Dcoresight-trbe.c70 struct trbe_cpudata *cpudata; member
139 struct trbe_cpudata __percpu *cpudata; member
148 static void trbe_check_errata(struct trbe_cpudata *cpudata) in trbe_check_errata()
162 static inline bool trbe_has_erratum(struct trbe_cpudata *cpudata, int i) in trbe_has_erratum()
167 static inline bool trbe_may_overwrite_in_fill_mode(struct trbe_cpudata *cpudata) in trbe_may_overwrite_in_fill_mode()
172 static inline bool trbe_may_write_out_of_range(struct trbe_cpudata *cpudata) in trbe_may_write_out_of_range()
177 static inline bool trbe_needs_drain_after_disable(struct trbe_cpudata *cpudata) in trbe_needs_drain_after_disable()
187 static inline bool trbe_needs_ctxt_sync_after_enable(struct trbe_cpudata *cpudata) in trbe_needs_ctxt_sync_after_enable()
198 static inline bool trbe_is_broken(struct trbe_cpudata *cpudata) in trbe_is_broken()
216 static inline void set_trbe_enabled(struct trbe_cpudata *cpudata, u64 trblimitr) in set_trbe_enabled()
[all …]
/linux-6.12.1/arch/x86/kernel/cpu/
Dcommon.c2131 unsigned long cpudata = vdso_encode_cpunode(cpu, early_cpu_to_node(cpu)); in setup_getcpu() local