vbox的更動 12989 路徑 trunk/src/VBox/VMM/VMMAll/IOMAll.cpp
- 時間撮記:
- 2008-10-6 上午02:15:39 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/VMM/VMMAll/IOMAll.cpp
r12772 r12989 205 205 * @param cbValue The size of the register to read in bytes. 1, 2 or 4 bytes. 206 206 */ 207 IOMDECL(int) IOMIOPortRead(PVM pVM, RTIOPORT Port, uint32_t *pu32Value, size_t cbValue)207 VMMDECL(int) IOMIOPortRead(PVM pVM, RTIOPORT Port, uint32_t *pu32Value, size_t cbValue) 208 208 { 209 209 #ifdef VBOX_WITH_STATISTICS … … 346 346 * @param cb Size of the transfer unit (1, 2 or 4 bytes). 347 347 * */ 348 IOMDECL(int) IOMIOPortReadString(PVM pVM, RTIOPORT Port, PRTGCPTR pGCPtrDst, PRTGCUINTREG pcTransfers, unsigned cb)348 VMMDECL(int) IOMIOPortReadString(PVM pVM, RTIOPORT Port, PRTGCPTR pGCPtrDst, PRTGCUINTREG pcTransfers, unsigned cb) 349 349 { 350 350 #ifdef LOG_ENABLED … … 468 468 * @param cbValue The size of the register to read in bytes. 1, 2 or 4 bytes. 469 469 */ 470 IOMDECL(int) IOMIOPortWrite(PVM pVM, RTIOPORT Port, uint32_t u32Value, size_t cbValue)470 VMMDECL(int) IOMIOPortWrite(PVM pVM, RTIOPORT Port, uint32_t u32Value, size_t cbValue) 471 471 { 472 472 /** @todo bird: When I get time, I'll remove the GC tree and link the GC entries to the ring-3 node. */ … … 587 587 * @param cb Size of the transfer unit (1, 2 or 4 bytes). 588 588 * */ 589 IOMDECL(int) IOMIOPortWriteString(PVM pVM, RTIOPORT Port, PRTGCPTR pGCPtrSrc, PRTGCUINTREG pcTransfers, unsigned cb)589 VMMDECL(int) IOMIOPortWriteString(PVM pVM, RTIOPORT Port, PRTGCPTR pGCPtrSrc, PRTGCUINTREG pcTransfers, unsigned cb) 590 590 { 591 591 #ifdef LOG_ENABLED … … 709 709 * @param cb The access size. 710 710 */ 711 IOMDECL(int) IOMInterpretCheckPortIOAccess(PVM pVM, PCPUMCTXCORE pCtxCore, RTIOPORT Port, unsigned cb)711 VMMDECL(int) IOMInterpretCheckPortIOAccess(PVM pVM, PCPUMCTXCORE pCtxCore, RTIOPORT Port, unsigned cb) 712 712 { 713 713 /* … … 807 807 * @param pCpu Disassembler CPU state. 808 808 */ 809 IOMDECL(int) IOMInterpretIN(PVM pVM, PCPUMCTXCORE pRegFrame, PDISCPUSTATE pCpu)809 VMMDECL(int) IOMInterpretIN(PVM pVM, PCPUMCTXCORE pRegFrame, PDISCPUSTATE pCpu) 810 810 { 811 811 #ifdef IN_GC … … 866 866 * @param pCpu Disassembler CPU state. 867 867 */ 868 IOMDECL(int) IOMInterpretOUT(PVM pVM, PCPUMCTXCORE pRegFrame, PDISCPUSTATE pCpu)868 VMMDECL(int) IOMInterpretOUT(PVM pVM, PCPUMCTXCORE pRegFrame, PDISCPUSTATE pCpu) 869 869 { 870 870 #ifdef IN_GC
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器