VirtualBox

忽略:
時間撮記:
2008-11-5 上午01:11:24 (16 年 以前)
作者:
vboxsync
訊息:

VMM: %VGp -> %RGp

檔案:
修改 1 筆資料

圖例:

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

    r13823 r13824  
    12491249    PIOMMMIORANGE pRange = iomMMIOGetRange(&pVM->iom.s, GCPhys);
    12501250    AssertMsgReturn(pRange,
    1251                     ("Handlers and page tables are out of sync or something! GCPhys=%VGp cbValue=%d\n", GCPhys, cbValue),
     1251                    ("Handlers and page tables are out of sync or something! GCPhys=%RGp cbValue=%d\n", GCPhys, cbValue),
    12521252                    VERR_INTERNAL_ERROR);
    12531253#ifdef VBOX_WITH_STATISTICS
     
    12881288                    case 4: *(uint32_t *)pu32Value = UINT32_C(0x00000000); break;
    12891289                    case 8: *(uint64_t *)pu32Value = UINT64_C(0x0000000000000000); break;
    1290                     default: AssertReleaseMsgFailed(("cbValue=%d GCPhys=%VGp\n", cbValue, GCPhys)); break;
     1290                    default: AssertReleaseMsgFailed(("cbValue=%d GCPhys=%RGp\n", cbValue, GCPhys)); break;
    12911291                }
    12921292                Log4(("IOMMMIORead: GCPhys=%RGp *pu32=%08RX32 cb=%d rc=%Rrc\n", GCPhys, *pu32Value, cbValue, rc));
     
    13001300                    case 4: *(uint32_t *)pu32Value = UINT32_C(0xffffffff); break;
    13011301                    case 8: *(uint64_t *)pu32Value = UINT64_C(0xffffffffffffffff); break;
    1302                     default: AssertReleaseMsgFailed(("cbValue=%d GCPhys=%VGp\n", cbValue, GCPhys)); break;
     1302                    default: AssertReleaseMsgFailed(("cbValue=%d GCPhys=%RGp\n", cbValue, GCPhys)); break;
    13031303                }
    13041304                Log4(("IOMMMIORead: GCPhys=%RGp *pu32=%08RX32 cb=%d rc=%Rrc\n", GCPhys, *pu32Value, cbValue, rc));
     
    13271327        case 4: *(uint32_t *)pu32Value = UINT32_C(0xffffffff); break;
    13281328        case 8: *(uint64_t *)pu32Value = UINT64_C(0xffffffffffffffff); break;
    1329         default: AssertReleaseMsgFailed(("cbValue=%d GCPhys=%VGp\n", cbValue, GCPhys)); break;
     1329        default: AssertReleaseMsgFailed(("cbValue=%d GCPhys=%RGp\n", cbValue, GCPhys)); break;
    13301330    }
    13311331    Log4(("IOMMMIORead: GCPhys=%RGp *pu32=%08RX32 cb=%d rc=VINF_SUCCESS\n", GCPhys, *pu32Value, cbValue));
     
    13511351    PIOMMMIORANGE pRange = iomMMIOGetRange(&pVM->iom.s, GCPhys);
    13521352    AssertMsgReturn(pRange,
    1353                     ("Handlers and page tables are out of sync or something! GCPhys=%VGp cbValue=%d\n", GCPhys, cbValue),
     1353                    ("Handlers and page tables are out of sync or something! GCPhys=%RGp cbValue=%d\n", GCPhys, cbValue),
    13541354                    VERR_INTERNAL_ERROR);
    13551355#ifdef VBOX_WITH_STATISTICS
     
    17421742    Assert(fPageFlags == (X86_PTE_RW | X86_PTE_P));
    17431743
    1744     Log(("IOMMMIOModifyPage %VGp -> %VGp flags=%RX64\n", GCPhys, GCPhysRemapped, fPageFlags));
     1744    Log(("IOMMMIOModifyPage %RGp -> %RGp flags=%RX64\n", GCPhys, GCPhysRemapped, fPageFlags));
    17451745
    17461746    /*
     
    17491749    PIOMMMIORANGE pRange = iomMMIOGetRange(&pVM->iom.s, GCPhys);
    17501750    AssertMsgReturn(pRange,
    1751                     ("Handlers and page tables are out of sync or something! GCPhys=%VGp\n", GCPhys),
     1751                    ("Handlers and page tables are out of sync or something! GCPhys=%RGp\n", GCPhys),
    17521752                    VERR_INTERNAL_ERROR);
    17531753
     
    17901790    uint32_t cb;
    17911791
    1792     Log(("IOMMMIOResetRegion %VGp\n", GCPhys));
     1792    Log(("IOMMMIOResetRegion %RGp\n", GCPhys));
    17931793
    17941794    /*
     
    17971797    PIOMMMIORANGE pRange = iomMMIOGetRange(&pVM->iom.s, GCPhys);
    17981798    AssertMsgReturn(pRange,
    1799                     ("Handlers and page tables are out of sync or something! GCPhys=%VGp\n", GCPhys),
     1799                    ("Handlers and page tables are out of sync or something! GCPhys=%RGp\n", GCPhys),
    18001800                    VERR_INTERNAL_ERROR);
    18011801
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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