VirtualBox

Ignore:
Timestamp:
Jul 15, 2008 12:07:24 PM (16 years ago)
Author:
vboxsync
Message:

Manual saving of XMM registers.
Use new FPU/MMX/XMM state saving for VT-x and AMD-V.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/CPUMInternal.h

    r10630 r10647  
    7474/** Enabled use of debug registers in guest context. */
    7575#define CPUM_USE_DEBUG_REGS             RT_BIT(5)
     76/** The XMM state was manually restored. (AMD only) */
     77#define CPUM_MANUAL_XMM_RESTORE         RT_BIT(6)
    7678/** @} */
    7779
     
    362364DECLASM(void) CPUMLoadFPUAsm(PCPUMCTX pCtx);
    363365DECLASM(void) CPUMSaveFPUAsm(PCPUMCTX pCtx);
     366DECLASM(void) CPUMLoadXMMAsm(PCPUMCTX pCtx);
     367DECLASM(void) CPUMSaveXMMAsm(PCPUMCTX pCtx);
     368
    364369
    365370__END_DECLS
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