VirtualBox

Changeset 2205

Show
Ignore:
Timestamp:
04/19/07 11:06:35 (2 years ago)
Author:
vboxsync
Message:

Update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/iom.h

    r1 r2205  
    310310 
    311311/** 
     312 * [REP*] INSB/INSW/INSD 
     313 * ES:EDI,DX[,ECX] 
     314 * 
     315 * @returns VBox status code. 
     316 * 
     317 * @param   pVM         The virtual machine (GC pointer ofcourse). 
     318 * @param   pRegFrame   Pointer to CPUMCTXCORE guest registers structure. 
     319 * @param   pCpu        Disassembler CPU state. 
     320 */ 
     321IOMDECL(int) IOMInterpretINS(PVM pVM, PCPUMCTXCORE pRegFrame, PDISCPUSTATE pCpu); 
     322 
     323/** 
     324 * [REP*] OUTSB/OUTSW/OUTSD 
     325 * DS:ESI,DX[,ECX] 
     326 * 
     327 * @returns VBox status code. 
     328 * 
     329 * @param   pVM         The virtual machine (GC pointer ofcourse). 
     330 * @param   pRegFrame   Pointer to CPUMCTXCORE guest registers structure. 
     331 * @param   pCpu        Disassembler CPU state. 
     332 */ 
     333IOMDECL(int) IOMInterpretOUTS(PVM pVM, PCPUMCTXCORE pRegFrame, PDISCPUSTATE pCpu); 
     334 
     335/** 
    312336 * Flushes the IOM port & statistics lookup cache 
    313337 * 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy