Linux Kernel
3.7.1
|
#include <errno.h>
#include <string.h>
#include <sys/ptrace.h>
#include <sysdep/ptrace.h>
#include <sysdep/ptrace_user.h>
#include <registers.h>
Go to the source code of this file.
Functions | |
int | save_registers (int pid, struct uml_pt_regs *regs) |
int | restore_registers (int pid, struct uml_pt_regs *regs) |
int | init_registers (int pid) |
void | get_safe_registers (unsigned long *regs, unsigned long *fp_regs) |
Definition at line 52 of file registers.c.
Definition at line 39 of file registers.c.
int restore_registers | ( | int | pid, |
struct uml_pt_regs * | regs | ||
) |
Definition at line 24 of file registers.c.
int save_registers | ( | int | pid, |
struct uml_pt_regs * | regs | ||
) |
Definition at line 14 of file registers.c.