VirtualBox

Changeset 10353 in vbox for trunk/include


Ignore:
Timestamp:
Jul 8, 2008 11:12:52 AM (17 years ago)
Author:
vboxsync
Message:

TPR caching for VT-x. Removed the CR8 register from CPUMCTX.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

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

    r9987 r10353  
    285285    uint64_t        cr3;
    286286    uint64_t        cr4;
    287     uint64_t        cr8;
    288287    /** @} */
    289288
     
    338337
    339338    /* padding to get 32byte aligned size */
    340     uint32_t        padding[6];
     339////    uint32_t        padding[6];
    341340} CPUMCTX;
    342341#pragma pack()
  • trunk/include/VBox/cpum.mac

    r9817 r10353  
    163163    .cr3            resq    1
    164164    .cr4            resq    1
    165     .cr8            resq    1
    166165
    167166    .dr0            resq    1
     
    204203
    205204    ; padding
    206     .padding            resd    6
     205;;;    .padding            resd    6
    207206endstruc
    208207
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