Searched defs:cpudata (Results 1 – 5 of 5) sorted by relevance
129 static s16 amd_pstate_get_epp(struct amd_cpudata *cpudata, u64 cppc_req_cached) in amd_pstate_get_epp()153 static int amd_pstate_get_energy_pref_index(struct amd_cpudata *cpudata) in amd_pstate_get_energy_pref_index()182 static void pstate_update_perf(struct amd_cpudata *cpudata, u32 min_perf, in pstate_update_perf()194 static inline void amd_pstate_update_perf(struct amd_cpudata *cpudata, in amd_pstate_update_perf()202 static int amd_pstate_set_epp(struct amd_cpudata *cpudata, u32 epp) in amd_pstate_set_epp()233 static int amd_pstate_set_energy_pref_index(struct amd_cpudata *cpudata, in amd_pstate_set_energy_pref_index()317 static u32 amd_pstate_highest_perf_set(struct amd_cpudata *cpudata) in amd_pstate_highest_perf_set()332 static int pstate_init_perf(struct amd_cpudata *cpudata) in pstate_init_perf()361 static int cppc_init_perf(struct amd_cpudata *cpudata) in cppc_init_perf()403 static inline int amd_pstate_init_perf(struct amd_cpudata *cpudata) in amd_pstate_init_perf()[all …]
228 struct cpudata { struct229 int cpu;231 unsigned int policy;232 struct update_util_data update_util;233 bool update_util_set;235 struct pstate_data pstate;236 struct vid_data vid;238 u64 last_update;239 u64 last_sample_time;240 u64 aperf_mperf_shift;[all …]
128 struct amd_cpudata *cpudata = NULL; in amd_pstate_ut_check_perf() local203 struct amd_cpudata *cpudata = NULL; in amd_pstate_ut_check_freq() local
69 struct trbe_cpudata *cpudata; member138 struct trbe_cpudata __percpu *cpudata; member147 static void trbe_check_errata(struct trbe_cpudata *cpudata) in trbe_check_errata()161 static inline bool trbe_has_erratum(struct trbe_cpudata *cpudata, int i) in trbe_has_erratum()166 static inline bool trbe_may_overwrite_in_fill_mode(struct trbe_cpudata *cpudata) in trbe_may_overwrite_in_fill_mode()171 static inline bool trbe_may_write_out_of_range(struct trbe_cpudata *cpudata) in trbe_may_write_out_of_range()176 static inline bool trbe_needs_drain_after_disable(struct trbe_cpudata *cpudata) in trbe_needs_drain_after_disable()186 static inline bool trbe_needs_ctxt_sync_after_enable(struct trbe_cpudata *cpudata) in trbe_needs_ctxt_sync_after_enable()197 static inline bool trbe_is_broken(struct trbe_cpudata *cpudata) in trbe_is_broken()215 static inline void set_trbe_enabled(struct trbe_cpudata *cpudata, u64 trblimitr) in set_trbe_enabled()[all …]
2250 unsigned long cpudata = vdso_encode_cpunode(cpu, early_cpu_to_node(cpu)); in setup_getcpu() local