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

#include <proc.h>

Data Fields

uint edi
 
uint esi
 
uint ebx
 
uint ebp
 
uint eip
 

Detailed Description

Definition at line 44 of file proc.h.

Field Documentation

uint context::ebp

Definition at line 48 of file proc.h.

uint context::ebx

Definition at line 47 of file proc.h.

uint context::edi

Definition at line 45 of file proc.h.

uint context::eip

Definition at line 49 of file proc.h.

uint context::esi

Definition at line 46 of file proc.h.


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