Lines Matching defs:amd_cpudata
67 struct amd_cpudata { struct
68 int cpu;
70 struct freq_qos_request req[2];
71 u64 cppc_req_cached;
73 u8 highest_perf;
74 u8 nominal_perf;
75 u8 lowest_nonlinear_perf;
76 u8 lowest_perf;
77 u8 prefcore_ranking;
78 u8 min_limit_perf;
79 u8 max_limit_perf;
80 u32 min_limit_freq;
81 u32 max_limit_freq;
83 u32 max_freq;
84 u32 min_freq;
85 u32 nominal_freq;
86 u32 lowest_nonlinear_freq;
88 struct amd_aperf_mperf cur;
89 struct amd_aperf_mperf prev;
91 u64 freq;
92 bool boost_supported;
93 bool hw_prefcore;
96 u8 epp_cached;
97 u32 policy;
98 u64 cppc_cap1_cached;
99 bool suspended;
100 u8 epp_default;