| 1 |
; $Id$ |
|---|
| 2 |
;; @file |
|---|
| 3 |
; |
|---|
| 4 |
; VBoxREM Definition File. |
|---|
| 5 |
; |
|---|
| 6 |
; Copyright (C) 2006-2007 Sun Microsystems, Inc. |
|---|
| 7 |
; |
|---|
| 8 |
; This file is part of VirtualBox Open Source Edition (OSE), as |
|---|
| 9 |
; available from http://www.virtualbox.org. This file is free software; |
|---|
| 10 |
; you can redistribute it and/or modify it under the terms of the GNU |
|---|
| 11 |
; General Public License (GPL) as published by the Free Software |
|---|
| 12 |
; Foundation, in version 2 as it comes in the "COPYING" file of the |
|---|
| 13 |
; VirtualBox OSE distribution. VirtualBox OSE is distributed in the |
|---|
| 14 |
; hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. |
|---|
| 15 |
; |
|---|
| 16 |
; Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa |
|---|
| 17 |
; Clara, CA 95054 USA or visit http://www.sun.com if you need |
|---|
| 18 |
; additional information or have any questions. |
|---|
| 19 |
; |
|---|
| 20 |
|
|---|
| 21 |
LIBRARY VBoxREM.dll |
|---|
| 22 |
|
|---|
| 23 |
EXPORTS |
|---|
| 24 |
REMR3Init |
|---|
| 25 |
REMR3Term |
|---|
| 26 |
REMR3Reset |
|---|
| 27 |
REMR3Step |
|---|
| 28 |
REMR3BreakpointSet |
|---|
| 29 |
REMR3BreakpointClear |
|---|
| 30 |
REMR3Run |
|---|
| 31 |
REMR3EmulateInstruction |
|---|
| 32 |
REMR3State |
|---|
| 33 |
REMR3StateBack |
|---|
| 34 |
REMR3StateUpdate |
|---|
| 35 |
REMR3A20Set |
|---|
| 36 |
REMR3DisasEnableStepping |
|---|
| 37 |
REMR3ReplayInvalidatedPages |
|---|
| 38 |
REMR3ReplayHandlerNotifications |
|---|
| 39 |
REMR3NotifyPhysRamRegister |
|---|
| 40 |
REMR3NotifyPhysRamChunkRegister |
|---|
| 41 |
REMR3NotifyPhysReserve |
|---|
| 42 |
REMR3NotifyPhysRomRegister |
|---|
| 43 |
REMR3NotifyHandlerPhysicalModify |
|---|
| 44 |
REMR3NotifyHandlerPhysicalRegister |
|---|
| 45 |
REMR3NotifyHandlerPhysicalDeregister |
|---|
| 46 |
REMR3NotifyInterruptSet |
|---|
| 47 |
REMR3NotifyInterruptClear |
|---|
| 48 |
REMR3NotifyTimerPending |
|---|
| 49 |
REMR3NotifyDmaPending |
|---|
| 50 |
REMR3NotifyQueuePending |
|---|
| 51 |
REMR3NotifyFF |
|---|
| 52 |
REMR3NotifyCodePageChanged |
|---|
| 53 |
REMR3IsPageAccessHandled |
|---|
| 54 |
REMR3NotifyPendingInterrupt |
|---|
| 55 |
REMR3QueryPendingInterrupt |
|---|
| 56 |
|
|---|