VirtualBox

Changeset 72415 in vbox for trunk/include


Ignore:
Timestamp:
Jun 1, 2018 8:29:34 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
122886
Message:

NEM/win: More MSR work. Document IA32_APIC_BASE issues (no X2APIC, ++). bugref:9044

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpumctx.h

    r72207 r72415  
    877877#define CPUMCTX_EXTRN_OTHER_MSRS                UINT64_C(0x0000008000000000)
    878878
     879/** Mask of all the MSRs. */
     880#define CPUMCTX_EXTRN_ALL_MSRS                  (  CPUMCTX_EXTRN_EFER | CPUMCTX_EXTRN_KERNEL_GS_BASE | CPUMCTX_EXTRN_SYSCALL_MSRS \
     881                                                 | CPUMCTX_EXTRN_SYSENTER_MSRS | CPUMCTX_EXTRN_TSC_AUX | CPUMCTX_EXTRN_OTHER_MSRS)
     882
    879883/** Mask of bits the keepers can use for state tracking. */
    880884#define CPUMCTX_EXTRN_KEEPER_STATE_MASK         UINT64_C(0xffff000000000000)
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