|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
| #define | DEBUGP(fmt, args...) |
| #define | lock_fpu_owner() pagefault_disable() |
| #define | unlock_fpu_owner() pagefault_enable() |
Functions | |
| void __user * | get_sigframe (struct k_sigaction *ka, struct pt_regs *regs, size_t frame_size) |
| int | fpcsr_pending (unsigned int __user *fpcsr) |
| #define DEBUGP | ( | fmt, | |
| args... | |||
| ) |
Definition at line 19 of file signal-common.h.
| #define lock_fpu_owner | ( | ) | pagefault_disable() |
Definition at line 35 of file signal-common.h.
| #define unlock_fpu_owner | ( | ) | pagefault_enable() |
Definition at line 36 of file signal-common.h.
1.8.2