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

Go to the source code of this file.

Data Structures

struct  arch_thread
 

Macros

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

Macro Definition Documentation

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

Definition at line 32 of file processor_64.h.

#define INIT_ARCH_THREAD
Value:
{ .debugregs = { [ 0 ... 7 ] = 0 }, \
.debugregs_seq = 0, \
.fs = 0, \
.faultinfo = { 0, 0, 0 } }

Definition at line 17 of file processor_64.h.