Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
x86
kernel
cpu
powerflags.c
Go to the documentation of this file.
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 */
14
"tm"
,
15
"stc"
,
16
"100mhzsteps"
,
17
"hwpstate"
,
18
""
,
/* tsc invariant mapped to constant_tsc */
19
"cpb"
,
/* core performance boost */
20
"eff_freq_ro"
,
/* Readonly aperf/mperf */
21
};
Generated on Thu Jan 10 2013 13:20:39 for Linux Kernel by
1.8.2