|
Linux Kernel
3.7.1
|
#include <linux/compiler.h>#include <linux/ptrace.h>#include <linux/signal.h>#include <asm/processor-flags.h>Go to the source code of this file.
Macros | |
| #define | __FIX_EFLAGS |
Functions | |
| void | signal_fault (struct pt_regs *regs, void __user *frame, char *where) |
| int | restore_sigcontext (struct pt_regs *regs, struct sigcontext __user *sc, unsigned long *pax) |
| int | setup_sigcontext (struct sigcontext __user *sc, void __user *fpstate, struct pt_regs *regs, unsigned long mask) |
| #define __FIX_EFLAGS |
Definition at line 10 of file sighandling.h.
1.8.2