Changeset 72415 in vbox for trunk/include
- Timestamp:
- Jun 1, 2018 8:29:34 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122886
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpumctx.h
r72207 r72415 877 877 #define CPUMCTX_EXTRN_OTHER_MSRS UINT64_C(0x0000008000000000) 878 878 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 879 883 /** Mask of bits the keepers can use for state tracking. */ 880 884 #define CPUMCTX_EXTRN_KEEPER_STATE_MASK UINT64_C(0xffff000000000000)
Note:
See TracChangeset
for help on using the changeset viewer.