VirtualBox

Changeset 87345 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Jan 21, 2021 11:37:30 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142321
Message:

VMM/CPUM: Removed CPUM_SYNC_FPU_STATE, CPUM_SYNC_DEBUG_REGS_GUEST and CPUM_SYNC_DEBUG_REGS_HYPER as they were related to 64-bit guest on 32-bit host support and is no longer used.

Location:
trunk/src/VBox/VMM/include
Files:
2 edited

Legend:

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

    r86218 r87345  
    104104#define CPUM_USED_DEBUG_REGS_GUEST      RT_BIT(9)
    105105
    106 /** Sync the FPU state on next entry (32->64 switcher only). */
    107 #define CPUM_SYNC_FPU_STATE             RT_BIT(16)
    108 /** Sync the debug state on next entry (32->64 switcher only). */
    109 #define CPUM_SYNC_DEBUG_REGS_GUEST      RT_BIT(17)
    110 /** Sync the debug state on next entry (32->64 switcher only).
    111  * Almost the same as CPUM_USE_DEBUG_REGS_HYPER in the raw-mode switchers. */
    112 #define CPUM_SYNC_DEBUG_REGS_HYPER      RT_BIT(18)
    113106/** Host CPU requires fxsave/fxrstor leaky bit handling. */
    114107#define CPUM_USE_FFXSR_LEAKY            RT_BIT(19)
  • trunk/src/VBox/VMM/include/CPUMInternal.mac

    r82968 r87345  
    6363%define CPUM_USED_DEBUG_REGS_HYPER      RT_BIT(8)
    6464%define CPUM_USED_DEBUG_REGS_GUEST      RT_BIT(9)
    65 %define CPUM_SYNC_FPU_STATE             RT_BIT(16)
    66 %define CPUM_SYNC_DEBUG_REGS_GUEST      RT_BIT(17)
    67 %define CPUM_SYNC_DEBUG_REGS_HYPER      RT_BIT(18)
    6865%define CPUM_USE_FFXSR_LEAKY            RT_BIT(19)
    6966%define CPUM_USE_SUPPORTS_LONGMODE      RT_BIT(20)
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