#include <linux/module.h>
#include <linux/regset.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <asm/sigcontext.h>
#include <asm/processor.h>
#include <asm/math_emu.h>
#include <asm/uaccess.h>
#include <asm/ptrace.h>
#include <asm/i387.h>
#include <asm/fpu-internal.h>
#include <asm/user.h>
Go to the source code of this file.
|
bool | irq_fpu_usable (void) |
|
| EXPORT_SYMBOL (irq_fpu_usable) |
|
void | __kernel_fpu_begin (void) |
|
| EXPORT_SYMBOL (__kernel_fpu_begin) |
|
void | __kernel_fpu_end (void) |
|
| EXPORT_SYMBOL (__kernel_fpu_end) |
|
void | unlazy_fpu (struct task_struct *tsk) |
|
| EXPORT_SYMBOL (unlazy_fpu) |
|
| EXPORT_SYMBOL_GPL (xstate_size) |
|
void __cpuinit | fpu_init (void) |
|
void | fpu_finit (struct fpu *fpu) |
|
| EXPORT_SYMBOL_GPL (fpu_finit) |
|
int | init_fpu (struct task_struct *tsk) |
|
| EXPORT_SYMBOL_GPL (init_fpu) |
|
int | fpregs_active (struct task_struct *target, const struct user_regset *regset) |
|
int | xfpregs_active (struct task_struct *target, const struct user_regset *regset) |
|
int | xfpregs_get (struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, void *kbuf, void __user *ubuf) |
|
int | xfpregs_set (struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) |
|
int | xstateregs_get (struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, void *kbuf, void __user *ubuf) |
|
int | xstateregs_set (struct task_struct *target, const struct user_regset *regset, unsigned int pos, unsigned int count, const void *kbuf, const void __user *ubuf) |
|