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

#include <elf_64.h>

Data Fields

union {
   unsigned int   pr_regs [32]
 
   unsigned long   pr_dregs [16]
 
pr_fr
 
unsigned int __unused
 
unsigned int pr_fsr
 
unsigned char pr_qcnt
 
unsigned char pr_q_entrysize
 
unsigned char pr_en
 
unsigned int pr_q [64]
 

Detailed Description

Definition at line 140 of file elf_64.h.

Field Documentation

unsigned int __unused

Definition at line 145 of file elf_64.h.

unsigned long pr_dregs[16]

Definition at line 143 of file elf_64.h.

unsigned char pr_en

Definition at line 149 of file elf_64.h.

union { ... } pr_fr
unsigned int pr_fsr

Definition at line 146 of file elf_64.h.

unsigned int pr_q[64]

Definition at line 150 of file elf_64.h.

unsigned char pr_q_entrysize

Definition at line 148 of file elf_64.h.

unsigned char pr_qcnt

Definition at line 147 of file elf_64.h.

unsigned int pr_regs[32]

Definition at line 142 of file elf_64.h.


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