|
Linux Kernel
3.7.1
|
#include <linux/personality.h>#include <linux/ptrace.h>#include <linux/kernel.h>#include <asm/unistd.h>#include <asm/uaccess.h>#include <asm/ucontext.h>#include <frame_kern.h>#include <skas.h>Go to the source code of this file.
Data Structures | |
| struct | rt_sigframe |
Macros | |
| #define | GETREG(regno, regname) regs->regs.gp[HOST_##regno] = sc.regname |
| #define | PUTREG(regno, regname) sc.regname = regs->regs.gp[HOST_##regno] |
Functions | |
| int | setup_signal_stack_si (unsigned long stack_top, int sig, struct k_sigaction *ka, struct pt_regs *regs, siginfo_t *info, sigset_t *set) |
| long | sys_rt_sigreturn (struct pt_regs *regs) |
1.8.2