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

Go to the source code of this file.

Macros

#define GDT_ENTRY_TLS_ENTRIES   3
 
#define GDT_ENTRY_TLS_MIN   host_gdt_entry_tls_min
 
#define GDT_ENTRY_TLS_MAX   (GDT_ENTRY_TLS_MIN + GDT_ENTRY_TLS_ENTRIES - 1)
 

Variables

int host_gdt_entry_tls_min
 

Macro Definition Documentation

#define GDT_ENTRY_TLS_ENTRIES   3

Definition at line 6 of file segment.h.

#define GDT_ENTRY_TLS_MAX   (GDT_ENTRY_TLS_MIN + GDT_ENTRY_TLS_ENTRIES - 1)

Definition at line 8 of file segment.h.

#define GDT_ENTRY_TLS_MIN   host_gdt_entry_tls_min

Definition at line 7 of file segment.h.

Variable Documentation

int host_gdt_entry_tls_min

Definition at line 19 of file tls_32.c.