Lines Matching refs:the

5 Quick guide for the impatient:
8 controls the boost setting for the whole system. You can read and write
10 Reading or writing 1 does not mean that the system is boosting at this
11 very moment, but only that the CPU _may_ raise the frequency at it's
17 Some CPUs support a functionality to raise the operating frequency of
19 if the whole chip is not fully utilized and below it's intended thermal
24 the term "boost" for convenience.
29 Though the idea is to just give better performance without any user
30 intervention, sometimes the need arises to disable this functionality.
31 Most systems offer a switch in the (BIOS) firmware to disable the
35 the boosting functionality depends on the load of the whole package,
36 single thread performance can vary. By explicitly disabling the boost
37 functionality at least for the benchmark's run-time the system will run
39 2. To examine the impact of the boosting functionality it is helpful
41 3. Boosting means overclocking the processor, though under controlled
42 conditions. By raising the frequency and the voltage the processor
43 will consume more power than without the boosting, which may be
45 save power here, though this depends on the workload.
51 To allow the user to toggle the boosting functionality, the cpufreq core
56 Explicitly changing the permissions and writing to that file anyway will
60 This will either disable the boost functionality on all cores in the
61 whole system (0) or will allow the software or hardware to boost at will
64 Writing a "1" does not explicitly boost the system, but just allows the
66 factors like the chip's temperature into account, so boosting once does
67 not necessarily mean that it will occur every time even using the exact
74 disable or enable the "Core Performance Boost" feature of some AMD CPUs.
77 Though the per CPU existence hints at a more fine grained control, the
80 would pull the other CPUs to the same state.
84 even with the config option set.
91 Technically it is possible to switch the boosting functionality at least
92 on a per package basis, for some CPUs even per core. Currently the driver
93 does not support it, but this may be implemented in the future.