blob: 7b3fe56b1c214fe4ef1a9071fe28fb62aa406a58 [file] [log] [blame]
H. Peter Anvin7414aa42008-08-27 17:56:44 -07001/*
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
9const char *const x86_power_flags[32] = {
10 "ts", /* temperature sensor */
11 "fid", /* frequency id control */
12 "vid", /* voltage id control */
13 "ttp", /* thermal trip */
14 "tm",
15 "stc",
16 "100mhzsteps",
17 "hwpstate",
18 "", /* tsc invariant mapped to constant_tsc */
Joerg Roedel969df4b2011-12-14 16:12:54 +010019 "cpb", /* core performance boost */
20 "eff_freq_ro", /* Readonly aperf/mperf */
H. Peter Anvin7414aa42008-08-27 17:56:44 -070021};