Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Variables
processor_32.h File Reference
#include <linux/string.h>
#include <asm/segment.h>
#include <asm/ldt.h>

Go to the source code of this file.

Data Structures

struct  uml_tls_struct
 
struct  arch_thread
 

Macros

#define INIT_ARCH_THREAD
 
#define current_text_addr()   ({ void *pc; __asm__("movl $1f,%0\n1:":"=g" (pc)); pc; })
 

Variables

int host_has_cmov
 

Macro Definition Documentation

#define current_text_addr (   void)    ({ void *pc; __asm__("movl $1f,%0\n1:":"=g" (pc)); pc; })

Definition at line 53 of file processor_32.h.

#define INIT_ARCH_THREAD
Value:
{ \
.tls_array = { [ 0 ... GDT_ENTRY_TLS_ENTRIES - 1 ] = \
{ .present = 0, .flushed = 0 } }, \
.debugregs = { [ 0 ... 7 ] = 0 }, \
.debugregs_seq = 0, \
.faultinfo = { 0, 0, 0 } \
}

Definition at line 28 of file processor_32.h.

Variable Documentation

int host_has_cmov