H. Peter Anvin | 7414aa4 | 2008-08-27 17:56:44 -0700 | [diff] [blame] | 1 | /* |
| 2 | * Strings for the various x86 power flags |
| 3 | * |
| 4 | * This file must not contain any executable code. |
| 5 | */ |
| 6 | |
| 7 | #include <asm/cpufeature.h> |
| 8 | |
| 9 | const char *const x86_power_flags[32] = { |
| 10 | "ts", /* temperature sensor */ |
| 11 | "fid", /* frequency id control */ |
| 12 | "vid", /* voltage id control */ |
| 13 | "ttp", /* thermal trip */ |
Thorsten Glaser | 8ef726c | 2013-04-23 14:19:55 +0000 | [diff] [blame] | 14 | "tm", /* hardware thermal control */ |
| 15 | "stc", /* software thermal control */ |
| 16 | "100mhzsteps", /* 100 MHz multiplier control */ |
| 17 | "hwpstate", /* hardware P-state control */ |
H. Peter Anvin | 7414aa4 | 2008-08-27 17:56:44 -0700 | [diff] [blame] | 18 | "", /* tsc invariant mapped to constant_tsc */ |
Joerg Roedel | 969df4b | 2011-12-14 16:12:54 +0100 | [diff] [blame] | 19 | "cpb", /* core performance boost */ |
| 20 | "eff_freq_ro", /* Readonly aperf/mperf */ |
H. Peter Anvin | 7414aa4 | 2008-08-27 17:56:44 -0700 | [diff] [blame] | 21 | }; |