Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
fp_state_t Struct Reference

#include <fpswa.h>

Data Fields

unsigned long bitmask_low64
 
unsigned long bitmask_high64
 
fp_state_low_preserved_tfp_state_low_preserved
 
fp_state_low_volatile_tfp_state_low_volatile
 
fp_state_high_preserved_tfp_state_high_preserved
 
fp_state_high_volatile_tfp_state_high_volatile
 

Detailed Description

floating point state to be passed to the FP emulation library by the trap/fault handler

Definition at line 36 of file fpswa.h.

Field Documentation

unsigned long bitmask_high64

Definition at line 38 of file fpswa.h.

unsigned long bitmask_low64

Definition at line 37 of file fpswa.h.

fp_state_high_preserved_t* fp_state_high_preserved

Definition at line 41 of file fpswa.h.

fp_state_high_volatile_t* fp_state_high_volatile

Definition at line 42 of file fpswa.h.

fp_state_low_preserved_t* fp_state_low_preserved

Definition at line 39 of file fpswa.h.

fp_state_low_volatile_t* fp_state_low_volatile

Definition at line 40 of file fpswa.h.


The documentation for this struct was generated from the following file: