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

#include <uctx.h>

Data Fields

union {
   unsigned int   sregs [32]
 
   unsigned long   dregs [32]
 
   long double   qregs [16]
 
mcfpu_fregs
 
unsigned long mcfpu_fsr
 
unsigned long mcfpu_fprs
 
unsigned long mcfpu_gsr
 
struct mc_fqmcfpu_fq
 
unsigned char mcfpu_qcnt
 
unsigned char mcfpu_qentsz
 
unsigned char mcfpu_enab
 

Detailed Description

Definition at line 40 of file uctx.h.

Field Documentation

unsigned long dregs[32]

Definition at line 43 of file uctx.h.

unsigned char mcfpu_enab

Definition at line 52 of file uctx.h.

unsigned long mcfpu_fprs

Definition at line 47 of file uctx.h.

struct mc_fq* mcfpu_fq

Definition at line 49 of file uctx.h.

union { ... } mcfpu_fregs
unsigned long mcfpu_fsr

Definition at line 46 of file uctx.h.

unsigned long mcfpu_gsr

Definition at line 48 of file uctx.h.

unsigned char mcfpu_qcnt

Definition at line 50 of file uctx.h.

unsigned char mcfpu_qentsz

Definition at line 51 of file uctx.h.

long double qregs[16]

Definition at line 44 of file uctx.h.

unsigned int sregs[32]

Definition at line 42 of file uctx.h.


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