VirtualBox

Ignore:
Timestamp:
Apr 3, 2008 9:03:01 AM (17 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAll.cpp

    r7676 r7715  
    753753        case PGMMODE_PAE:
    754754        case PGMMODE_PAE_NX:
    755             return pVM->pgm.s.HCPhysPaePDPTR;
     755            return pVM->pgm.s.HCPhysPaePDPT;
    756756
    757757        case PGMMODE_AMD64:
     
    784784PGMDECL(uint32_t) PGMGetHyperPaeCR3(PVM pVM)
    785785{
    786     return pVM->pgm.s.HCPhysPaePDPTR;
     786    return pVM->pgm.s.HCPhysPaePDPT;
    787787}
    788788
     
    816816        case SUPPAGINGMODE_PAE_NX:
    817817        case SUPPAGINGMODE_PAE_GLOBAL_NX:
    818             return pVM->pgm.s.HCPhysInterPaePDPTR;
     818            return pVM->pgm.s.HCPhysInterPaePDPT;
    819819
    820820        case SUPPAGINGMODE_AMD64:
     
    822822        case SUPPAGINGMODE_AMD64_NX:
    823823        case SUPPAGINGMODE_AMD64_GLOBAL_NX:
    824             return pVM->pgm.s.HCPhysInterPaePDPTR;
     824            return pVM->pgm.s.HCPhysInterPaePDPT;
    825825
    826826        default:
     
    845845        case PGMMODE_PAE:
    846846        case PGMMODE_PAE_NX:
    847             return pVM->pgm.s.HCPhysInterPaePDPTR;
     847            return pVM->pgm.s.HCPhysInterPaePDPT;
    848848
    849849        case PGMMODE_AMD64:
     
    876876PGMDECL(uint32_t) PGMGetInterPaeCR3(PVM pVM)
    877877{
    878     return pVM->pgm.s.HCPhysInterPaePDPTR;
     878    return pVM->pgm.s.HCPhysInterPaePDPT;
    879879}
    880880
     
    894894 * Performs and schedules necessary updates following a CR3 load or reload.
    895895 *
    896  * This will normally involve mapping the guest PD or nPDPTR
     896 * This will normally involve mapping the guest PD or nPDPT
    897897 *
    898898 * @returns VBox status code.
Note: See TracChangeset for help on using the changeset viewer.

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