VirtualBox

忽略:
時間撮記:
2008-10-6 上午02:15:39 (16 年 以前)
作者:
vboxsync
訊息:

VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into VMM*DECL. Removed dead DECL and IN_XYZ* macros.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/VMMAll/IOMAll.cpp

    r12772 r12989  
    205205 * @param   cbValue     The size of the register to read in bytes. 1, 2 or 4 bytes.
    206206 */
    207 IOMDECL(int) IOMIOPortRead(PVM pVM, RTIOPORT Port, uint32_t *pu32Value, size_t cbValue)
     207VMMDECL(int) IOMIOPortRead(PVM pVM, RTIOPORT Port, uint32_t *pu32Value, size_t cbValue)
    208208{
    209209#ifdef VBOX_WITH_STATISTICS
     
    346346 * @param   cb          Size of the transfer unit (1, 2 or 4 bytes).
    347347 *   */
    348 IOMDECL(int) IOMIOPortReadString(PVM pVM, RTIOPORT Port, PRTGCPTR pGCPtrDst, PRTGCUINTREG pcTransfers, unsigned cb)
     348VMMDECL(int) IOMIOPortReadString(PVM pVM, RTIOPORT Port, PRTGCPTR pGCPtrDst, PRTGCUINTREG pcTransfers, unsigned cb)
    349349{
    350350#ifdef LOG_ENABLED
     
    468468 * @param   cbValue     The size of the register to read in bytes. 1, 2 or 4 bytes.
    469469 */
    470 IOMDECL(int) IOMIOPortWrite(PVM pVM, RTIOPORT Port, uint32_t u32Value, size_t cbValue)
     470VMMDECL(int) IOMIOPortWrite(PVM pVM, RTIOPORT Port, uint32_t u32Value, size_t cbValue)
    471471{
    472472/** @todo bird: When I get time, I'll remove the GC tree and link the GC entries to the ring-3 node. */
     
    587587 * @param   cb          Size of the transfer unit (1, 2 or 4 bytes).
    588588 *   */
    589 IOMDECL(int) IOMIOPortWriteString(PVM pVM, RTIOPORT Port, PRTGCPTR pGCPtrSrc, PRTGCUINTREG pcTransfers, unsigned cb)
     589VMMDECL(int) IOMIOPortWriteString(PVM pVM, RTIOPORT Port, PRTGCPTR pGCPtrSrc, PRTGCUINTREG pcTransfers, unsigned cb)
    590590{
    591591#ifdef LOG_ENABLED
     
    709709 * @param   cb          The access size.
    710710 */
    711 IOMDECL(int) IOMInterpretCheckPortIOAccess(PVM pVM, PCPUMCTXCORE pCtxCore, RTIOPORT Port, unsigned cb)
     711VMMDECL(int) IOMInterpretCheckPortIOAccess(PVM pVM, PCPUMCTXCORE pCtxCore, RTIOPORT Port, unsigned cb)
    712712{
    713713    /*
     
    807807 * @param   pCpu        Disassembler CPU state.
    808808 */
    809 IOMDECL(int) IOMInterpretIN(PVM pVM, PCPUMCTXCORE pRegFrame, PDISCPUSTATE pCpu)
     809VMMDECL(int) IOMInterpretIN(PVM pVM, PCPUMCTXCORE pRegFrame, PDISCPUSTATE pCpu)
    810810{
    811811#ifdef IN_GC
     
    866866 * @param   pCpu        Disassembler CPU state.
    867867 */
    868 IOMDECL(int) IOMInterpretOUT(PVM pVM, PCPUMCTXCORE pRegFrame, PDISCPUSTATE pCpu)
     868VMMDECL(int) IOMInterpretOUT(PVM pVM, PCPUMCTXCORE pRegFrame, PDISCPUSTATE pCpu)
    869869{
    870870#ifdef IN_GC
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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