Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
entry.h File Reference
#include <asm/percpu.h>
#include <asm/ptrace.h>

Go to the source code of this file.

Macros

#define PER_CPU(var)   var
 

Functions

 DECLARE_PER_CPU (unsigned int, KSP)
 
 DECLARE_PER_CPU (unsigned int, KM)
 
 DECLARE_PER_CPU (unsigned int, ENTRY_SP)
 
 DECLARE_PER_CPU (unsigned int, R11_SAVE)
 
 DECLARE_PER_CPU (unsigned int, CURRENT_SAVE)
 

Macro Definition Documentation

#define PER_CPU (   var)    var

Definition at line 24 of file entry.h.

Function Documentation

DECLARE_PER_CPU ( unsigned  int,
KSP   
)
DECLARE_PER_CPU ( unsigned  int,
KM   
)
DECLARE_PER_CPU ( unsigned  int,
ENTRY_SP   
)
DECLARE_PER_CPU ( unsigned  int,
R11_SAVE   
)
DECLARE_PER_CPU ( unsigned  int,
CURRENT_SAVE   
)