Lines Matching +full:last +full:- +full:level
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * linux/include/linux/amd-pstate.h
21 * AMD P-state INTERFACE *
36 * struct amd_cpudata - private CPU data for AMD P-State
42 * @nominal_perf: the maximum sustained performance level of the processor,
44 * @lowest_nonlinear_perf: the lowest performance level at which nonlinear power
46 * @lowest_perf: the absolute lowest performance level of the processor
51 * @cur: Difference of Aperf/Mperf/tsc count between last and current sample
52 * @prev: Last Aperf/Mperf/tsc count value read from register
57 * AMD P-State driver supports preferred core featue.
58 * @epp_policy: Last saved policy used to set energy-performance preference
59 * @epp_cached: Cached CPPC energy-performance preference value
63 * The amd_cpudata is key private data for each CPU thread in AMD P-State, and
64 * represents all the attributes and goals that AMD P-State requests at runtime.
102 * enum amd_pstate_mode - driver working mode of amd pstate