Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
cpu.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Data Structures

struct  cpuid
 

Macros

#define MAX_CPU_ADDRESS   255
 

Functions

struct cpuid __attribute__ ((packed, aligned(8)))
 

Variables

unsigned int version
 
unsigned int ident
 
unsigned int machine
 
unsigned int unused
 

Macro Definition Documentation

#define MAX_CPU_ADDRESS   255

Definition at line 11 of file cpu.h.

Function Documentation

struct cpuid __attribute__ ( (packed, aligned(8))  )

Variable Documentation

unsigned int ident

Definition at line 25 of file cpu.h.

unsigned int machine

Definition at line 26 of file cpu.h.

Definition at line 27 of file cpu.h.

unsigned int version

Definition at line 24 of file cpu.h.