Changeset 41658 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jun 11, 2012 10:21:44 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78464
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/iem.h
r40453 r41658 41 41 VMMDECL(VBOXSTRICTRC) IEMExecOne(PVMCPU pVCpu); 42 42 VMMDECL(VBOXSTRICTRC) IEMExecOneEx(PVMCPU pVCpu, PCPUMCTXCORE pCtxCore, uint32_t *pcbWritten); 43 VMMDECL(VBOXSTRICTRC) IEMExecOneWithOpcodes(PVMCPU pVCpu, PCPUMCTXCORE pCtxCore, 44 RTGCPTR GCPtrOpcodeBytes, const void *pvOpcodeBytes, size_t cbOpcodeBytes); 43 45 VMMDECL(VBOXSTRICTRC) IEMExecLots(PVMCPU pVCpu); 44 46 VMM_INT_DECL(VBOXSTRICTRC) IEMInjectTrap(PVMCPU pVCpu, uint8_t u8TrapNo, TRPMEVENT enmType, uint16_t uErrCode, RTGCPTR uCr2); -
trunk/include/VBox/vmm/patm.h
r40453 r41658 238 238 * @param pCtxCore The relevant core context. 239 239 */ 240 VMM DECL(int) PATMHandleInt3PatchTrap(PVM pVM, PCPUMCTXCORE pRegFrame);240 VMMRCDECL(int) PATMRCHandleInt3PatchTrap(PVM pVM, PCPUMCTXCORE pRegFrame); 241 241 242 242 /**
Note:
See TracChangeset
for help on using the changeset viewer.