Changeset 13565 in vbox for trunk/include/VBox
- Timestamp:
- Oct 24, 2008 5:48:59 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38439
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/em.h
r13561 r13565 137 137 VMMDECL(int) EMInterpretRdmsr(PVM pVM, PCPUMCTXCORE pRegFrame); 138 138 VMMDECL(int) EMInterpretWrmsr(PVM pVM, PCPUMCTXCORE pRegFrame); 139 VMMDECL(void) EMFlushREMTBs(PVM pVM);140 139 141 140 /** @name Assembly routines -
trunk/include/VBox/rem.h
r12989 r13565 53 53 VMMDECL(void) REMNotifyHandlerPhysicalModify(PVM pVM, PGMPHYSHANDLERTYPE enmType, RTGCPHYS GCPhysOld, RTGCPHYS GCPhysNew, RTGCPHYS cb, bool fHasHCHandler, bool fRestoreAsRAM); 54 54 #endif /* IN_RING0 || IN_GC */ 55 VMMDECL(void) REMFlushTBs(PVM pVM); 55 56 56 57 … … 68 69 REMR3DECL(int) REMR3BreakpointSet(PVM pVM, RTGCUINTPTR Address); 69 70 REMR3DECL(int) REMR3BreakpointClear(PVM pVM, RTGCUINTPTR Address); 70 REMR3DECL(int) REMR3State(PVM pVM , bool fFlushTBs);71 REMR3DECL(int) REMR3State(PVM pVM); 71 72 REMR3DECL(int) REMR3StateBack(PVM pVM); 72 73 REMR3DECL(void) REMR3StateUpdate(PVM pVM);
Note:
See TracChangeset
for help on using the changeset viewer.