Lines Matching +full:last +full:- +full:level
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * linux/include/linux/amd-pstate.h
16 * AMD P-state INTERFACE *
31 * struct amd_cpudata - private CPU data for AMD P-State
37 * @nominal_perf: the maximum sustained performance level of the processor,
39 * @lowest_nonlinear_perf: the lowest performance level at which nonlinear power
41 * @lowest_perf: the absolute lowest performance level of the processor
46 * @cur: Difference of Aperf/Mperf/tsc count between last and current sample
47 * @prev: Last Aperf/Mperf/tsc count value read from register
51 * The amd_cpudata is key private data for each CPU thread in AMD P-State, and
52 * represents all the attributes and goals that AMD P-State requests at runtime.