Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/uaccess.h>
#include <linux/syscalls.h>
#include <linux/tracehook.h>
#include <asm/ucontext.h>
#include <asm/cacheflush.h>
Go to the source code of this file.
Data Structures | |
struct | rt_sigframe |
Macros | |
#define | RETCODE_SIZE (9 << 2) /* 9 instructions = 36 bytes */ |
#define | COPY(x) (err |= __get_user(regs->x, &sc->sc_##x)) |
#define | COPY(x) (err |= __put_user(regs->x, &sc->sc_##x)) |
#define | COPY(x) (err |= __put_user(x, retcode++)) |
Functions | |
asmlinkage int | do_rt_sigreturn (struct pt_regs *regs) |
asmlinkage void | do_notify_resume (struct pt_regs *regs, u32 thread_info_flags, int syscall) |
#define COPY | ( | x | ) | (err |= __put_user(x, retcode++)) |
#define RETCODE_SIZE (9 << 2) /* 9 instructions = 36 bytes */ |