Fix multiple bugs, refactor InitializeMsrBitmaps

This commit is contained in:
Satoshi Tanda
2020-03-08 20:12:24 -07:00
parent d19ea35db2
commit b49a595b0a
6 changed files with 139 additions and 18 deletions

View File

@@ -41,7 +41,11 @@ typedef struct _HYPERVISOR_CONTEXT
//
UINT32 ProcessorNumber;
UINT32 Padding1;
UINT64 Padding2;
//
// The pointer to the MSR bitmaps that are shared across processor.
//
struct _MSR_BITMAPS* SharedMsrBitmaps;
//
// A pointer to the shared processor context. This value is not used by the