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

#include <interface.h>

Data Fields

unsigned long value
 
struct {
   int   a_int:1
 
   int   a_from_int_cr:1
 
   int   a_to_int_cr:1
 
   int   a_from_psr:1
 
   int   a_from_cpuid:1
 
   int   a_cover:1
 
   int   a_bsw:1
 
   long   reserved:57
 
}; 
 
struct {
   unsigned int   a_int:1
 
   unsigned int   a_from_int_cr:1
 
   unsigned int   a_to_int_cr:1
 
   unsigned int   a_from_psr:1
 
   unsigned int   a_from_cpuid:1
 
   unsigned int   a_cover:1
 
   unsigned int   a_bsw:1
 
   long   reserved:57
 
}; 
 

Detailed Description

Definition at line 105 of file interface.h.

Field Documentation

struct { ... }
struct { ... }
unsigned int a_bsw

Definition at line 92 of file vti.h.

int a_bsw

Definition at line 114 of file interface.h.

unsigned int a_cover

Definition at line 91 of file vti.h.

int a_cover

Definition at line 113 of file interface.h.

unsigned int a_from_cpuid

Definition at line 90 of file vti.h.

int a_from_cpuid

Definition at line 112 of file interface.h.

unsigned int a_from_int_cr

Definition at line 87 of file vti.h.

int a_from_int_cr

Definition at line 109 of file interface.h.

unsigned int a_from_psr

Definition at line 89 of file vti.h.

int a_from_psr

Definition at line 111 of file interface.h.

unsigned int a_int

Definition at line 86 of file vti.h.

int a_int

Definition at line 108 of file interface.h.

unsigned int a_to_int_cr

Definition at line 88 of file vti.h.

int a_to_int_cr

Definition at line 110 of file interface.h.

long reserved

Definition at line 115 of file interface.h.

unsigned long value

Definition at line 106 of file interface.h.


The documentation for this union was generated from the following files: