VirtualBox

Changeset 13565 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Oct 24, 2008 5:48:59 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38439
Message:

#1865: REM (VMM bits) - moved EMFlushREMTBs to REMFlushTBs, deleted dead REMGC.cpp.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/em.h

    r13561 r13565  
    137137VMMDECL(int)        EMInterpretRdmsr(PVM pVM, PCPUMCTXCORE pRegFrame);
    138138VMMDECL(int)        EMInterpretWrmsr(PVM pVM, PCPUMCTXCORE pRegFrame);
    139 VMMDECL(void)       EMFlushREMTBs(PVM pVM);
    140139
    141140/** @name Assembly routines
  • trunk/include/VBox/rem.h

    r12989 r13565  
    5353VMMDECL(void) REMNotifyHandlerPhysicalModify(PVM pVM, PGMPHYSHANDLERTYPE enmType, RTGCPHYS GCPhysOld, RTGCPHYS GCPhysNew, RTGCPHYS cb, bool fHasHCHandler, bool fRestoreAsRAM);
    5454#endif /* IN_RING0 || IN_GC */
     55VMMDECL(void) REMFlushTBs(PVM pVM);
    5556
    5657
     
    6869REMR3DECL(int)  REMR3BreakpointSet(PVM pVM, RTGCUINTPTR Address);
    6970REMR3DECL(int)  REMR3BreakpointClear(PVM pVM, RTGCUINTPTR Address);
    70 REMR3DECL(int)  REMR3State(PVM pVM, bool fFlushTBs);
     71REMR3DECL(int)  REMR3State(PVM pVM);
    7172REMR3DECL(int)  REMR3StateBack(PVM pVM);
    7273REMR3DECL(void) REMR3StateUpdate(PVM pVM);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette