Linux Kernel
3.7.1
|
#include <processor.h>
Data Fields | |
unsigned int | cpu_count |
unsigned int | cpu_hz |
unsigned int | hversion |
unsigned int | sversion |
enum cpu_type | cpu_type |
struct { | |
struct pdc_model model | |
unsigned long versions | |
unsigned long cpuid | |
unsigned long capabilities | |
char sys_model_name [81] | |
} | pdc |
const char * | cpu_name |
const char * | family_name |
Definition at line 69 of file processor.h.
unsigned long capabilities |
Definition at line 80 of file processor.h.
unsigned int cpu_count |
Definition at line 70 of file processor.h.
unsigned int cpu_hz |
Definition at line 71 of file processor.h.
Definition at line 84 of file processor.h.
Definition at line 74 of file processor.h.
Definition at line 79 of file processor.h.
Definition at line 85 of file processor.h.
unsigned int hversion |
Definition at line 72 of file processor.h.
Definition at line 77 of file processor.h.
struct { ... } pdc |
unsigned int sversion |
Definition at line 73 of file processor.h.
char sys_model_name[81] |
Definition at line 81 of file processor.h.
unsigned long versions |
Definition at line 78 of file processor.h.