Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
asm-offsets_64.c File Reference
#include <asm/ia32.h>
#include <asm/syscalls_64.h>
#include <asm/syscalls_32.h>

Go to the source code of this file.

Macros

#define __SYSCALL_64(nr, sym, compat)   [nr] = 1,
 
#define __SYSCALL_COMMON(nr, sym, compat)   [nr] = 1,
 
#define __SYSCALL_X32(nr, sym, compat)   /* nothing */
 
#define __SYSCALL_I386(nr, sym, compat)   [nr] = 1,
 
#define ENTRY(entry)   OFFSET(pt_regs_ ## entry, pt_regs, entry)
 
#define ENTRY(entry)   OFFSET(saved_context_ ## entry, saved_context, entry)
 

Functions

int main (void)
 

Macro Definition Documentation

#define __SYSCALL_64 (   nr,
  sym,
  compat 
)    [nr] = 1,

Definition at line 3 of file asm-offsets_64.c.

#define __SYSCALL_COMMON (   nr,
  sym,
  compat 
)    [nr] = 1,

Definition at line 4 of file asm-offsets_64.c.

#define __SYSCALL_I386 (   nr,
  sym,
  compat 
)    [nr] = 1,

Definition at line 13 of file asm-offsets_64.c.

#define __SYSCALL_X32 (   nr,
  sym,
  compat 
)    /* nothing */

Definition at line 8 of file asm-offsets_64.c.

#define ENTRY (   entry)    OFFSET(pt_regs_ ## entry, pt_regs, entry)
#define ENTRY (   entry)    OFFSET(saved_context_ ## entry, saved_context, entry)

Function Documentation

int main ( void  )

Definition at line 18 of file asm-offsets_64.c.