VirtualBox

Changeset 42704 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Aug 9, 2012 8:03:21 AM (12 years ago)
Author:
vboxsync
Message:

IEM: Eflags fixes, added API variants that bypasses access handlers, ...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/iem.h

    r41799 r42704  
    4343VMMDECL(VBOXSTRICTRC)       IEMExecOneWithPrefetchedByPC(PVMCPU pVCpu, PCPUMCTXCORE pCtxCore, uint64_t OpcodeBytesPC,
    4444                                                         const void *pvOpcodeBytes, size_t cbOpcodeBytes);
     45VMMDECL(VBOXSTRICTRC)       IEMExecOneBypassEx(PVMCPU pVCpu, PCPUMCTXCORE pCtxCore, uint32_t *pcbWritten);
     46VMMDECL(VBOXSTRICTRC)       IEMExecOneBypassWithPrefetchedByPC(PVMCPU pVCpu, PCPUMCTXCORE pCtxCore, uint64_t OpcodeBytesPC,
     47                                                               const void *pvOpcodeBytes, size_t cbOpcodeBytes);
    4548VMMDECL(VBOXSTRICTRC)       IEMExecLots(PVMCPU pVCpu);
    4649VMM_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.

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