UNIX xv6 (rev8, 9/1/15)
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
trapframe Struct Reference

#include <x86.h>

Data Fields

uint edi
 
uint esi
 
uint ebp
 
uint oesp
 
uint ebx
 
uint edx
 
uint ecx
 
uint eax
 
ushort gs
 
ushort padding1
 
ushort fs
 
ushort padding2
 
ushort es
 
ushort padding3
 
ushort ds
 
ushort padding4
 
uint trapno
 
uint err
 
uint eip
 
ushort cs
 
ushort padding5
 
uint eflags
 
uint esp
 
ushort ss
 
ushort padding6
 

Detailed Description

Definition at line 150 of file x86.h.

Field Documentation

ushort trapframe::cs

Definition at line 175 of file x86.h.

ushort trapframe::ds

Definition at line 168 of file x86.h.

uint trapframe::eax

Definition at line 159 of file x86.h.

uint trapframe::ebp

Definition at line 154 of file x86.h.

uint trapframe::ebx

Definition at line 156 of file x86.h.

uint trapframe::ecx

Definition at line 158 of file x86.h.

uint trapframe::edi

Definition at line 152 of file x86.h.

uint trapframe::edx

Definition at line 157 of file x86.h.

uint trapframe::eflags

Definition at line 177 of file x86.h.

uint trapframe::eip

Definition at line 174 of file x86.h.

uint trapframe::err

Definition at line 173 of file x86.h.

ushort trapframe::es

Definition at line 166 of file x86.h.

uint trapframe::esi

Definition at line 153 of file x86.h.

uint trapframe::esp

Definition at line 180 of file x86.h.

ushort trapframe::fs

Definition at line 164 of file x86.h.

ushort trapframe::gs

Definition at line 162 of file x86.h.

uint trapframe::oesp

Definition at line 155 of file x86.h.

ushort trapframe::padding1

Definition at line 163 of file x86.h.

ushort trapframe::padding2

Definition at line 165 of file x86.h.

ushort trapframe::padding3

Definition at line 167 of file x86.h.

ushort trapframe::padding4

Definition at line 169 of file x86.h.

ushort trapframe::padding5

Definition at line 176 of file x86.h.

ushort trapframe::padding6

Definition at line 182 of file x86.h.

ushort trapframe::ss

Definition at line 181 of file x86.h.

uint trapframe::trapno

Definition at line 170 of file x86.h.


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