ReactOS 0.4.16-dev-819-g75c0dc0
|
#include <halp.h>
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 |
ULONG _HAL_BIOS_FRAME::CsBase |
Definition at line 30 of file halp.h.
Referenced by HalpDispatchV86Opcode().
ULONG _HAL_BIOS_FRAME::CsFlags |
Definition at line 31 of file halp.h.
Referenced by HalpDispatchV86Opcode().
ULONG _HAL_BIOS_FRAME::CsLimit |
Definition at line 29 of file halp.h.
Referenced by HalpDispatchV86Opcode().
ULONG _HAL_BIOS_FRAME::EFlags |
Definition at line 25 of file halp.h.
Referenced by HalpDispatchV86Opcode().
ULONG _HAL_BIOS_FRAME::Eip |
Definition at line 27 of file halp.h.
Referenced by HalpDispatchV86Opcode().
ULONG _HAL_BIOS_FRAME::Esp |
Definition at line 24 of file halp.h.
Referenced by HalpDispatchV86Opcode().
ULONG _HAL_BIOS_FRAME::Prefix |
Definition at line 35 of file halp.h.
Referenced by HalpDispatchV86Opcode().
ULONG _HAL_BIOS_FRAME::SegCs |
Definition at line 26 of file halp.h.
Referenced by HalpDispatchV86Opcode().
ULONG _HAL_BIOS_FRAME::SegSs |
Definition at line 23 of file halp.h.
Referenced by HalpDispatchV86Opcode().
PKTRAP_FRAME _HAL_BIOS_FRAME::TrapFrame |
Definition at line 28 of file halp.h.
Referenced by HalpDispatchV86Opcode().