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

#include <desc_defs.h>

Data Fields

union {
   struct {
      unsigned int   a
 
      unsigned int   b
 
   } 
 
   struct {
      u16   limit0
 
      u16   base0
 
      unsigned   base1: 8
 
      unsigned   type: 4
 
      unsigned   s: 1
 
      unsigned   dpl: 2
 
      unsigned   p: 1
 
      unsigned   limit: 4
 
      unsigned   avl: 1
 
      unsigned   l: 1
 
      unsigned   d: 1
 
      unsigned   g: 1
 
      unsigned   base2: 8
 
   } 
 
__attribute__
 

Detailed Description

Definition at line 22 of file desc_defs.h.

Field Documentation

union { ... } __attribute__
unsigned int a

Definition at line 25 of file desc_defs.h.

unsigned avl

Definition at line 32 of file desc_defs.h.

unsigned int b

Definition at line 26 of file desc_defs.h.

u16 base0

Definition at line 30 of file desc_defs.h.

unsigned base1

Definition at line 31 of file desc_defs.h.

unsigned base2

Definition at line 32 of file desc_defs.h.

unsigned d

Definition at line 32 of file desc_defs.h.

unsigned dpl

Definition at line 31 of file desc_defs.h.

unsigned g

Definition at line 32 of file desc_defs.h.

unsigned l

Definition at line 32 of file desc_defs.h.

unsigned limit

Definition at line 32 of file desc_defs.h.

u16 limit0

Definition at line 29 of file desc_defs.h.

unsigned p

Definition at line 31 of file desc_defs.h.

unsigned s

Definition at line 31 of file desc_defs.h.

unsigned type

Definition at line 31 of file desc_defs.h.


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