Linux Kernel
3.7.1
|
#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) | |
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 | |||
) |