mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-05 10:41:50 +00:00
Fix hypervisor
This commit is contained in:
@ -318,7 +318,7 @@ void ShvVmxEptInitialize(vmx::vm_state* VpData)
|
||||
//
|
||||
// Loop every 1GB of RAM (described by the PDPTE)
|
||||
//
|
||||
__stosq((UINT64*)VpData->epdpt, tempEpde.full, PDPTE_ENTRY_COUNT * PDE_ENTRY_COUNT);
|
||||
__stosq((UINT64*)VpData->epde, tempEpde.full, PDPTE_ENTRY_COUNT * PDE_ENTRY_COUNT);
|
||||
for (i = 0; i < PDPTE_ENTRY_COUNT; i++)
|
||||
{
|
||||
//
|
||||
|
Reference in New Issue
Block a user