1 .\" This page Copyright (C) 2010 Len Brown <len.brown@intel.com>
2 .\" Distributed under the GPL, Copyleft 1994.
3 .TH X86_ENERGY_PERF_POLICY 8
5 x86_energy_perf_policy \- read or write MSR_IA32_ENERGY_PERF_BIAS
8 .B x86_energy_perf_policy
13 .B x86_energy_perf_policy
18 .B x86_energy_perf_policy
23 .B x86_energy_perf_policy
28 .B x86_energy_perf_policy
34 \fBx86_energy_perf_policy\fP
35 allows software to convey
36 its policy for the relative importance of performance
37 versus energy savings to the processor.
39 The processor uses this information in model-specific ways
40 when it must select trade-offs between performance and
43 This policy hint does not supersede Processor Performance states
44 (P-states) or CPU Idle power states (C-states), but allows
45 software to have influence where it would otherwise be unable
46 to express a preference.
48 For example, this setting may tell the hardware how
49 aggressively or conservatively to control frequency
50 in the "turbo range" above the explicitly OS-controlled
51 P-state frequency range. It may also tell the hardware
52 how aggressively is should enter the OS requested C-states.
54 Support for this feature is indicated by CPUID.06H.ECX.bit3
55 per the Intel Architectures Software Developer's Manual.
58 \fB-c\fP limits operation to a single CPU.
59 The default is to operate on all CPUs.
60 Note that MSR_IA32_ENERGY_PERF_BIAS is defined per
61 logical processor, but that the initial implementations
62 of the MSR were shared among all processors in each package.
64 \fB-v\fP increases verbosity. By default
65 x86_energy_perf_policy is silent.
67 \fB-r\fP is for "read-only" mode - the unchanged state
68 is read and displayed.
71 Set a policy where performance is paramount.
72 The processor will be unwilling to sacrifice any performance
73 for the sake of energy saving. This is the hardware default.
76 Set a policy with a normal balance between performance and energy efficiency.
77 The processor will tolerate minor performance compromise
78 for potentially significant energy savings.
79 This reasonable default for most desktops and servers.
82 Set a policy where the processor can accept
83 a measurable performance hit to maximize energy efficiency.
86 Set MSR_IA32_ENERGY_PERF_BIAS to the specified number.
87 The range of valid numbers is 0-15, where 0 is maximum
88 performance and 15 is maximum energy efficiency.
91 .B "x86_energy_perf_policy "
104 Written by Len Brown <len.brown@intel.com>