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

#include <vm86.h>

Data Fields

long ebx
 
long ecx
 
long edx
 
long esi
 
long edi
 
long ebp
 
long eax
 
long __null_ds
 
long __null_es
 
long __null_fs
 
long __null_gs
 
long orig_eax
 
long eip
 
unsigned short cs
 
unsigned short __csh
 
long eflags
 
long esp
 
unsigned short ss
 
unsigned short __ssh
 
unsigned short es
 
unsigned short __esh
 
unsigned short ds
 
unsigned short __dsh
 
unsigned short fs
 
unsigned short __fsh
 
unsigned short gs
 
unsigned short __gsh
 

Detailed Description

Definition at line 60 of file vm86.h.

Field Documentation

unsigned short __csh

Definition at line 77 of file vm86.h.

unsigned short __dsh

Definition at line 85 of file vm86.h.

unsigned short __esh

Definition at line 84 of file vm86.h.

unsigned short __fsh

Definition at line 86 of file vm86.h.

unsigned short __gsh

Definition at line 87 of file vm86.h.

long __null_ds

Definition at line 71 of file vm86.h.

long __null_es

Definition at line 72 of file vm86.h.

long __null_fs

Definition at line 73 of file vm86.h.

long __null_gs

Definition at line 74 of file vm86.h.

unsigned short __ssh

Definition at line 80 of file vm86.h.

unsigned short cs

Definition at line 77 of file vm86.h.

unsigned short ds

Definition at line 85 of file vm86.h.

long eax

Definition at line 70 of file vm86.h.

long ebp

Definition at line 69 of file vm86.h.

long ebx

Definition at line 64 of file vm86.h.

long ecx

Definition at line 65 of file vm86.h.

long edi

Definition at line 68 of file vm86.h.

long edx

Definition at line 66 of file vm86.h.

long eflags

Definition at line 78 of file vm86.h.

long eip

Definition at line 76 of file vm86.h.

unsigned short es

Definition at line 84 of file vm86.h.

long esi

Definition at line 67 of file vm86.h.

Definition at line 79 of file vm86.h.

unsigned short fs

Definition at line 86 of file vm86.h.

unsigned short gs

Definition at line 87 of file vm86.h.

long orig_eax

Definition at line 75 of file vm86.h.

unsigned short ss

Definition at line 80 of file vm86.h.


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