Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
ldt.h File Reference

Go to the source code of this file.

Data Structures

struct  user_desc
 

Macros

#define LDT_ENTRIES   8192
 
#define LDT_ENTRY_SIZE   8
 
#define MODIFY_LDT_CONTENTS_DATA   0
 
#define MODIFY_LDT_CONTENTS_STACK   1
 
#define MODIFY_LDT_CONTENTS_CODE   2
 

Macro Definition Documentation

#define LDT_ENTRIES   8192

Definition at line 10 of file ldt.h.

#define LDT_ENTRY_SIZE   8

Definition at line 12 of file ldt.h.

#define MODIFY_LDT_CONTENTS_CODE   2

Definition at line 37 of file ldt.h.

#define MODIFY_LDT_CONTENTS_DATA   0

Definition at line 35 of file ldt.h.

#define MODIFY_LDT_CONTENTS_STACK   1

Definition at line 36 of file ldt.h.