Linux Kernel
3.7.1
|
#include <sys/ucontext.h>
#include <asm/ptrace.h>
#include <sysdep/ptrace.h>
Go to the source code of this file.
Macros | |
#define | __FRAME_OFFSETS |
#define | COPY2(X, Y) regs->gp[X/sizeof(unsigned long)] = mc->gregs[REG_##Y] |
#define | COPY(X) regs->gp[X/sizeof(unsigned long)] = mc->gregs[REG_##X] |
Functions | |
void | get_regs_from_mc (struct uml_pt_regs *regs, mcontext_t *mc) |
#define __FRAME_OFFSETS |
Definition at line 2 of file mcontext.c.
void get_regs_from_mc | ( | struct uml_pt_regs * | regs, |
mcontext_t * | mc | ||
) |
Definition at line 6 of file mcontext.c.