Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
i387.h File Reference
#include <linux/sched.h>
#include <linux/hardirq.h>

Go to the source code of this file.

Functions

int init_fpu (struct task_struct *child)
 
void fpu_finit (struct fpu *fpu)
 
int dump_fpu (struct pt_regs *, struct user_i387_struct *)
 
void math_state_restore (void)
 
bool irq_fpu_usable (void)
 
void __kernel_fpu_begin (void)
 
void __kernel_fpu_end (void)
 
void unlazy_fpu (struct task_struct *tsk)
 

Function Documentation

void __kernel_fpu_begin ( void  )

Definition at line 76 of file i387.c.

void __kernel_fpu_end ( void  )

Definition at line 91 of file i387.c.

int dump_fpu ( struct pt_regs ,
struct user_i387_struct  
)
void fpu_finit ( struct fpu fpu)

Definition at line 186 of file i387.c.

int init_fpu ( struct task_struct child)

Definition at line 7 of file fpu.c.

bool irq_fpu_usable ( void  )

Definition at line 68 of file i387.c.

void math_state_restore ( void  )

Definition at line 611 of file traps.c.

void unlazy_fpu ( struct task_struct tsk)

Definition at line 100 of file i387.c.