VirtualBox

儲存庫 vbox 的更動 13996


忽略:
時間撮記:
2008-11-10 上午11:57:33 (16 年 以前)
作者:
vboxsync
訊息:

darwin build fix.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/PGMInternal.h

    r13993 r13996  
    20952095    /** The Physical Address (HC) of the Page Map Level 4 table. */
    20962096    RTHCPHYS                        HCPhysPaePML4;
    2097     /** The pgm pool page descriptor for the current active CR3. */
    2098 #if 0///@todo def VBOX_WITH_2X_4GB_ADDR_SPACE
    2099     R3PTRTYPE(PPGMPOOLPAGE)         pHCShwAmd64CR3;
    2100 #else
    2101     R3R0PTRTYPE(PPGMPOOLPAGE)       pHCShwAmd64CR3;
    2102 #endif
     2097    /** The pgm pool page descriptor for the current active CR3 - R3 Ptr. */
     2098    R3PTRTYPE(PPGMPOOLPAGE)         pShwAmd64CR3R3;
     2099    /** The pgm pool page descriptor for the current active CR3 - R0 Ptr. */
     2100    R0PTRTYPE(PPGMPOOLPAGE)         pShwAmd64CR3R0;
    21032101    /** @}*/
    21042102
     
    38003798    PX86PML4 pShwPml4;
    38013799    Assert(pPGM->HCPhysPaePML4 != 0 && pPGM->HCPhysPaePML4 != NIL_RTHCPHYS);
    3802     int rc = PGM_HCPHYS_2_PTR(pVM, pPGM->HCPhysPaePML4, &pShwPml4);
     3800    int rc = PGM_HCPHYS_2_PTR(PGM2VM(pPGM), pPGM->HCPhysPaePML4, &pShwPml4);
    38033801    AssertRCReturn(rc, 0);
    38043802    return pShwPml4;
     
    38233821    PCX86PML4       pShwPml4;
    38243822    Assert(pPGM->HCPhysPaePML4 != 0 && pPGM->HCPhysPaePML4 != NIL_RTHCPHYS);
    3825     int rc = PGM_HCPHYS_2_PTR(pVM, pPGM->HCPhysPaePML4, &pShwPml4);
     3823    int rc = PGM_HCPHYS_2_PTR(PGM2VM(pPGM), pPGM->HCPhysPaePML4, &pShwPml4);
    38263824    AssertRCReturn(rc, 0);
    38273825    return pShwPml4->a[iPml4].u;
     
    38453843    PX86PML4        pShwPml4;
    38463844    Assert(pPGM->HCPhysPaePML4 != 0 && pPGM->HCPhysPaePML4 != NIL_RTHCPHYS);
    3847     int rc = PGM_HCPHYS_2_PTR(pVM, pPGM->HCPhysPaePML4, &pShwPml4);
     3845    int rc = PGM_HCPHYS_2_PTR(PGM2VM(pPGM), pPGM->HCPhysPaePML4, &pShwPml4);
    38483846    AssertRCReturn(rc, 0);
    38493847    return &pShwPml4->a[iPml4];
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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