VirtualBox

Changeset 12899 in vbox


Ignore:
Timestamp:
Oct 2, 2008 8:25:45 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37304
Message:

Corrections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/hwacc_vmx.h

    r12871 r12899  
    6363    uint64_t    u1Execute       : 1;
    6464    /** Reserved (must be 0). */
    65     uint64_t    u4Reserved      : 4;
     65    uint64_t    u5Reserved      : 5;
    6666    /** Available for software. */
    6767    uint64_t    u4Available     : 4;
    6868    /** Physical address of the next level (PD). Restricted by maximum physical address width of the cpu. */
    69     uint64_t    u40PhysAddr     : 36;
     69    uint64_t    u40PhysAddr     : 40;
    7070    /** Availabe for software. */
    7171    uint64_t    u12Available    : 12;
     
    102102    uint64_t    u1Execute       : 1;
    103103    /** Reserved (must be 0). */
    104     uint64_t    u4Reserved      : 4;
     104    uint64_t    u5Reserved      : 5;
    105105    /** Available for software. */
    106106    uint64_t    u4Available     : 4;
    107107    /** Physical address of the next level (PD). Restricted by maximum physical address width of the cpu. */
    108     uint64_t    u40PhysAddr     : 36;
     108    uint64_t    u40PhysAddr     : 40;
    109109    /** Availabe for software. */
    110110    uint64_t    u12Available    : 12;
     
    162162    uint64_t    u4Available     : 4;
    163163    /** Physical address of page table. Restricted by maximum physical address width of the cpu. */
    164     uint64_t    u40PhysAddr     : 36;
     164    uint64_t    u40PhysAddr     : 40;
    165165    /** Availabe for software. */
    166166    uint64_t    u12Available    : 12;
     
    191191    uint64_t    u9Reserved      : 9;
    192192    /** Physical address of the 2MB page. Restricted by maximum physical address width of the cpu. */
    193     uint64_t    u32PhysAddr     : 27;
     193    uint64_t    u31PhysAddr     : 31;
    194194    /** Availabe for software. */
    195195    uint64_t    u12Available    : 12;
     
    248248    uint64_t    u5Available     : 5;
    249249    /** Physical address of page. Restricted by maximum physical address width of the cpu. */
    250     uint64_t    u40PhysAddr     : 36;
     250    uint64_t    u40PhysAddr     : 40;
    251251    /** Availabe for software. */
    252252    uint64_t    u12Available    : 12;
Note: See TracChangeset for help on using the changeset viewer.

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