Changeset 42704 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Aug 9, 2012 8:03:21 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/iem.h
r41799 r42704 43 43 VMMDECL(VBOXSTRICTRC) IEMExecOneWithPrefetchedByPC(PVMCPU pVCpu, PCPUMCTXCORE pCtxCore, uint64_t OpcodeBytesPC, 44 44 const void *pvOpcodeBytes, size_t cbOpcodeBytes); 45 VMMDECL(VBOXSTRICTRC) IEMExecOneBypassEx(PVMCPU pVCpu, PCPUMCTXCORE pCtxCore, uint32_t *pcbWritten); 46 VMMDECL(VBOXSTRICTRC) IEMExecOneBypassWithPrefetchedByPC(PVMCPU pVCpu, PCPUMCTXCORE pCtxCore, uint64_t OpcodeBytesPC, 47 const void *pvOpcodeBytes, size_t cbOpcodeBytes); 45 48 VMMDECL(VBOXSTRICTRC) IEMExecLots(PVMCPU pVCpu); 46 49 VMM_INT_DECL(VBOXSTRICTRC) IEMInjectTrap(PVMCPU pVCpu, uint8_t u8TrapNo, TRPMEVENT enmType, uint16_t uErrCode, RTGCPTR uCr2);
Note:
See TracChangeset
for help on using the changeset viewer.