ReactOS 0.4.15-dev-7931-gfd331f1
_HAL_BIOS_FRAME Struct Reference

#include <halp.h>

Collaboration diagram for _HAL_BIOS_FRAME:

Public Attributes

ULONG SegSs
 
ULONG Esp
 
ULONG EFlags
 
ULONG SegCs
 
ULONG Eip
 
PKTRAP_FRAME TrapFrame
 
ULONG CsLimit
 
ULONG CsBase
 
ULONG CsFlags
 
ULONG SsLimit
 
ULONG SsBase
 
ULONG SsFlags
 
ULONG Prefix
 

Detailed Description

Definition at line 21 of file halp.h.

Member Data Documentation

◆ CsBase

ULONG _HAL_BIOS_FRAME::CsBase

Definition at line 30 of file halp.h.

Referenced by HalpDispatchV86Opcode().

◆ CsFlags

ULONG _HAL_BIOS_FRAME::CsFlags

Definition at line 31 of file halp.h.

Referenced by HalpDispatchV86Opcode().

◆ CsLimit

ULONG _HAL_BIOS_FRAME::CsLimit

Definition at line 29 of file halp.h.

Referenced by HalpDispatchV86Opcode().

◆ EFlags

ULONG _HAL_BIOS_FRAME::EFlags

Definition at line 25 of file halp.h.

Referenced by HalpDispatchV86Opcode().

◆ Eip

ULONG _HAL_BIOS_FRAME::Eip

Definition at line 27 of file halp.h.

Referenced by HalpDispatchV86Opcode().

◆ Esp

ULONG _HAL_BIOS_FRAME::Esp

Definition at line 24 of file halp.h.

Referenced by HalpDispatchV86Opcode().

◆ Prefix

ULONG _HAL_BIOS_FRAME::Prefix

Definition at line 35 of file halp.h.

Referenced by HalpDispatchV86Opcode().

◆ SegCs

ULONG _HAL_BIOS_FRAME::SegCs

Definition at line 26 of file halp.h.

Referenced by HalpDispatchV86Opcode().

◆ SegSs

ULONG _HAL_BIOS_FRAME::SegSs

Definition at line 23 of file halp.h.

Referenced by HalpDispatchV86Opcode().

◆ SsBase

ULONG _HAL_BIOS_FRAME::SsBase

Definition at line 33 of file halp.h.

◆ SsFlags

ULONG _HAL_BIOS_FRAME::SsFlags

Definition at line 34 of file halp.h.

◆ SsLimit

ULONG _HAL_BIOS_FRAME::SsLimit

Definition at line 32 of file halp.h.

◆ TrapFrame

PKTRAP_FRAME _HAL_BIOS_FRAME::TrapFrame

Definition at line 28 of file halp.h.

Referenced by HalpDispatchV86Opcode().


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