VirtualBox

source: vbox/trunk/src/recompiler_new/VBoxREM.def@ 16560

Last change on this file since 16560 was 8155, checked in by vboxsync, 16 years ago

The Big Sun Rebranding Header Change

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.6 KB
Line 
1; $Id: VBoxREM.def 8155 2008-04-18 15:16:47Z vboxsync $
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
21LIBRARY VBoxREM.dll
22
23EXPORTS
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
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use