Lines Matching defs:amd_cpudata
63 struct amd_cpudata { struct
64 int cpu;
66 struct freq_qos_request req[2];
67 u64 cppc_req_cached;
69 u32 highest_perf;
70 u32 nominal_perf;
71 u32 lowest_nonlinear_perf;
72 u32 lowest_perf;
74 u32 max_freq;
75 u32 min_freq;
76 u32 nominal_freq;
77 u32 lowest_nonlinear_freq;
79 struct amd_aperf_mperf cur;
80 struct amd_aperf_mperf prev;
82 u64 freq;
83 bool boost_supported;
86 s16 epp_policy;
87 s16 epp_cached;
88 u32 policy;
89 u64 cppc_cap1_cached;
90 bool suspended;