Changeset 36794 in vbox for trunk/include/VBox
- Timestamp:
- Apr 21, 2011 3:02:34 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71349
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/iem.h
r36768 r36794 40 40 VMMDECL(VBOXSTRICTRC) IEMExecOne(PVMCPU pVCpu); 41 41 42 #if defined(IEM_VERIFICATION_MODE) && defined(IN_RING3) 43 VMM_INT_DECL(void) IEMNotifyMMIORead(PVM pVM, RTGCPHYS GCPhys, size_t cbValue); 44 VMM_INT_DECL(void) IEMNotifyMMIOWrite(PVM pVM, RTGCPHYS GCPhys, uint32_t u32Value, size_t cbValue); 45 VMM_INT_DECL(void) IEMNotifyIOPortRead(PVM pVM, RTIOPORT Port, size_t cbValue); 46 VMM_INT_DECL(void) IEMNotifyIOPortWrite(PVM pVM, RTIOPORT Port, uint32_t u32Value, size_t cbValue); 47 VMM_INT_DECL(void) IEMNotifyIOPortReadString(PVM pVM, RTIOPORT Port, RTGCPTR GCPtrDst, RTGCUINTREG cTransfers, size_t cbValue); 48 VMM_INT_DECL(void) IEMNotifyIOPortWriteString(PVM pVM, RTIOPORT Port, RTGCPTR GCPtrSrc, RTGCUINTREG cTransfers, size_t cbValue); 49 #endif 42 50 43 51
Note:
See TracChangeset
for help on using the changeset viewer.