Linux Kernel
3.7.1
|
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) |
Definition at line 3 of file asm-offsets_64.c.
Definition at line 4 of file asm-offsets_64.c.
Definition at line 13 of file asm-offsets_64.c.
Definition at line 8 of file asm-offsets_64.c.
#define ENTRY | ( | entry | ) | OFFSET(saved_context_ ## entry, saved_context, entry) |
Definition at line 18 of file asm-offsets_64.c.