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

Go to the source code of this file.

Data Structures

struct  fp_state_low_preserved_t
 
struct  fp_state_low_volatile_t
 
struct  fp_state_high_preserved_t
 
struct  fp_state_high_volatile_t
 
struct  fp_state_t
 
struct  fpswa_ret_t
 
struct  fpswa_interface_t
 

Typedefs

typedef fpswa_ret_t(* efi_fpswa_t )(unsigned long trap_type, void *bundle, unsigned long *ipsr, unsigned long *fsr, unsigned long *isr, unsigned long *preds, unsigned long *ifs, fp_state_t *fp_state)
 

Variables

fpswa_interface_tfpswa_interface
 

Typedef Documentation

typedef fpswa_ret_t(* efi_fpswa_t)(unsigned long trap_type, void *bundle, unsigned long *ipsr, unsigned long *fsr, unsigned long *isr, unsigned long *preds, unsigned long *ifs, fp_state_t *fp_state)

function header for the Floating Point software assist library. This function is invoked by the Floating point software assist trap/fault handler.

Definition at line 57 of file fpswa.h.

Variable Documentation

fpswa_interface_t* fpswa_interface

Definition at line 27 of file traps.c.