|
Linux Kernel
3.7.1
|
#include <linux/bootmem.h>#include <linux/compat.h>#include <asm/i387.h>#include <asm/fpu-internal.h>#include <asm/sigframe.h>#include <asm/xcr.h>Go to the source code of this file.
Macros | |
| #define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
Enumerations | |
| enum | { AUTO, ENABLE, DISABLE } |
Functions | |
| void | __sanitize_i387_state (struct task_struct *tsk) |
| int | save_xstate_sig (void __user *buf, void __user *buf_fx, int size) |
| int | __restore_xstate_sig (void __user *buf, void __user *buf_fx, int size) |
| __setup ("eagerfpu=", eager_fpu_setup) | |
| void __cpuinit | xsave_init (void) |
| void __cpuinit | eager_fpu_init (void) |
Variables | |
| u64 | pcntxt_mask |
| struct xsave_struct * | init_xstate_buf |
| void __sanitize_i387_state | ( | struct task_struct * | tsk | ) |
| __setup | ( | ) |
| struct xsave_struct* init_xstate_buf |
1.8.2