ReactOS
0.4.15-dev-4570-g4f8bbd1
|
#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 22 of file halp.h.
Referenced by HalpDispatchV86Opcode().
ULONG _HAL_BIOS_FRAME::CsFlags |
Definition at line 23 of file halp.h.
Referenced by HalpDispatchV86Opcode().
ULONG _HAL_BIOS_FRAME::CsLimit |
Definition at line 21 of file halp.h.
Referenced by HalpDispatchV86Opcode().
ULONG _HAL_BIOS_FRAME::EFlags |
Definition at line 17 of file halp.h.
Referenced by HalpDispatchV86Opcode().
ULONG _HAL_BIOS_FRAME::Eip |
Definition at line 19 of file halp.h.
Referenced by HalpDispatchV86Opcode().
ULONG _HAL_BIOS_FRAME::Esp |
Definition at line 16 of file halp.h.
Referenced by HalpDispatchV86Opcode().
ULONG _HAL_BIOS_FRAME::Prefix |
Definition at line 27 of file halp.h.
Referenced by HalpDispatchV86Opcode().
ULONG _HAL_BIOS_FRAME::SegCs |
Definition at line 18 of file halp.h.
Referenced by HalpDispatchV86Opcode().
ULONG _HAL_BIOS_FRAME::SegSs |
Definition at line 15 of file halp.h.
Referenced by HalpDispatchV86Opcode().
PKTRAP_FRAME _HAL_BIOS_FRAME::TrapFrame |
Definition at line 20 of file halp.h.
Referenced by HalpDispatchV86Opcode().