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

Go to the source code of this file.

Data Structures

struct  save_area
 
struct  _lowcore
 

Macros

#define LC_ORDER   1
 
#define LC_PAGES   2
 
#define S390_lowcore   (*((struct _lowcore *) 0))
 

Variables

struct save_area __packed
 
struct _lowcorelowcore_ptr []
 

Macro Definition Documentation

#define LC_ORDER   1

Definition at line 167 of file lowcore.h.

#define LC_PAGES   2

Definition at line 168 of file lowcore.h.

#define S390_lowcore   (*((struct _lowcore *) 0))

Definition at line 343 of file lowcore.h.

Variable Documentation

struct _lowcore* lowcore_ptr[]

Definition at line 114 of file setup.c.