ReactOS 0.4.15-dev-8636-g945e856
|
#include <windef.h>
#include <debug.h>
#include <fast486.h>
#include "common.h"
#include "opcodes.h"
#include "fpu.h"
Go to the source code of this file.
Functions | |
static VOID FASTCALL | Fast486MemReadCallback (PFAST486_STATE State, ULONG Address, PVOID Buffer, ULONG Size) |
static VOID FASTCALL | Fast486MemWriteCallback (PFAST486_STATE State, ULONG Address, PVOID Buffer, ULONG Size) |
static VOID FASTCALL | Fast486IoReadCallback (PFAST486_STATE State, USHORT Port, PVOID Buffer, ULONG DataCount, UCHAR DataSize) |
static VOID FASTCALL | Fast486IoWriteCallback (PFAST486_STATE State, USHORT Port, PVOID Buffer, ULONG DataCount, UCHAR DataSize) |
static VOID FASTCALL | Fast486BopCallback (PFAST486_STATE State, UCHAR BopCode) |
static UCHAR FASTCALL | Fast486IntAckCallback (PFAST486_STATE State) |
static VOID FASTCALL | Fast486FpuCallback (PFAST486_STATE State) |
VOID NTAPI | Fast486Initialize (PFAST486_STATE State, FAST486_MEM_READ_PROC MemReadCallback, FAST486_MEM_WRITE_PROC MemWriteCallback, FAST486_IO_READ_PROC IoReadCallback, FAST486_IO_WRITE_PROC IoWriteCallback, FAST486_BOP_PROC BopCallback, FAST486_INT_ACK_PROC IntAckCallback, FAST486_FPU_PROC FpuCallback, PULONG Tlb) |
VOID NTAPI | Fast486Reset (PFAST486_STATE State) |
VOID NTAPI | Fast486InterruptSignal (PFAST486_STATE State) |
VOID NTAPI | Fast486ExecuteAt (PFAST486_STATE State, USHORT Segment, ULONG Offset) |
VOID NTAPI | Fast486SetStack (PFAST486_STATE State, USHORT Segment, ULONG Offset) |
VOID NTAPI | Fast486SetSegment (PFAST486_STATE State, FAST486_SEG_REGS Segment, USHORT Selector) |
VOID NTAPI | Fast486Rewind (PFAST486_STATE State) |
Definition at line 76 of file fast486.c.
Referenced by Fast486Initialize().
Definition at line 212 of file fast486.c.
Referenced by CpuExecute(), and x86BiosCall().
Definition at line 94 of file fast486.c.
Referenced by Fast486Initialize().
VOID NTAPI Fast486Initialize | ( | PFAST486_STATE | State, |
FAST486_MEM_READ_PROC | MemReadCallback, | ||
FAST486_MEM_WRITE_PROC | MemWriteCallback, | ||
FAST486_IO_READ_PROC | IoReadCallback, | ||
FAST486_IO_WRITE_PROC | IoWriteCallback, | ||
FAST486_BOP_PROC | BopCallback, | ||
FAST486_INT_ACK_PROC | IntAckCallback, | ||
FAST486_FPU_PROC | FpuCallback, | ||
PULONG | Tlb | ||
) |
Definition at line 103 of file fast486.c.
Referenced by CpuInitialize(), and x86BiosCall().
Definition at line 84 of file fast486.c.
Referenced by Fast486Initialize().
Definition at line 205 of file fast486.c.
Referenced by EmulatorInterruptSignal().
|
static |
Definition at line 54 of file fast486.c.
Referenced by Fast486Initialize().
|
static |
Definition at line 65 of file fast486.c.
Referenced by Fast486Initialize().
|
static |
Definition at line 38 of file fast486.c.
Referenced by Fast486Initialize().
|
static |
Definition at line 46 of file fast486.c.
Referenced by Fast486Initialize().
Definition at line 131 of file fast486.c.
Referenced by Fast486ExceptionWithErrorCode(), and Fast486Initialize().
Definition at line 252 of file fast486.c.
Referenced by CpuExceptionFilter().
Definition at line 227 of file fast486.c.
Referenced by setESP(), setSP(), and x86BiosCall().