Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
fpstate.h File Reference

Go to the source code of this file.

Data Structures

struct  vfp_hard_struct
 
union  vfp_state
 
struct  fp_hard_struct
 
struct  fp_soft_struct
 
struct  iwmmxt_struct
 
struct  fp_state
 
struct  crunch_state
 

Macros

#define FP_HARD_SIZE   35
 
#define FP_SOFT_SIZE   35
 
#define IWMMXT_SIZE   0x98
 
#define FP_SIZE   (sizeof(union fp_state) / sizeof(int))
 
#define CRUNCH_SIZE   sizeof(struct crunch_state)
 

Functions

void vfp_flush_thread (union vfp_state *)
 
void vfp_release_thread (union vfp_state *)
 

Macro Definition Documentation

#define CRUNCH_SIZE   sizeof(struct crunch_state)

Definition at line 89 of file fpstate.h.

#define FP_HARD_SIZE   35

Definition at line 55 of file fpstate.h.

#define FP_SIZE   (sizeof(union fp_state) / sizeof(int))

Definition at line 81 of file fpstate.h.

#define FP_SOFT_SIZE   35

Definition at line 61 of file fpstate.h.

#define IWMMXT_SIZE   0x98

Definition at line 67 of file fpstate.h.

Function Documentation

void vfp_flush_thread ( union vfp_state )
void vfp_release_thread ( union vfp_state )