VirtualBox

忽略:
時間撮記:
2008-4-3 上午09:03:01 (17 年 以前)
作者:
vboxsync
訊息:

Renamed PDPTR to PDPT.
Added preliminary code for executing code with X86_CR0_WP cleared (disabled).

檔案:
修改 1 筆資料

圖例:

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

    r7655 r7715  
    10201020        Assert(PGMGetGuestMode(pVM) < PGMMODE_AMD64);
    10211021
    1022         PX86PDPTR pPdptr;
    1023         rc = PGM_GCPHYS_2_PTR(pVM, cr3 & X86_CR3_PAE_PAGE_MASK, &pPdptr);
     1022        PX86PDPT pPdpt;
     1023        rc = PGM_GCPHYS_2_PTR(pVM, cr3 & X86_CR3_PAE_PAGE_MASK, &pPdpt);
    10241024        if (VBOX_SUCCESS(rc))
    10251025        {
    1026             X86PDPE Pdpe = pPdptr->a[((RTGCUINTPTR)GCPtr >> X86_PDPTR_SHIFT) & X86_PDPTR_MASK];
     1026            X86PDPE Pdpe = pPdpt->a[((RTGCUINTPTR)GCPtr >> X86_PDPT_SHIFT) & X86_PDPT_MASK];
    10271027            if (Pdpe.n.u1Present)
    10281028            {
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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