MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / ~EptHandler

Method ~EptHandler

Kernel-Bridge/API/Hypervisor.cpp:1217–1224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1215 {}
1216
1217 ~EptHandler()
1218 {
1219 for (auto& [_, Desc] : m_PageDescriptors)
1220 {
1221 *Desc.Pde = Desc.OriginalPde;
1222 Supplementation::FreePhys(Desc.Layout);
1223 }
1224 }
1225
1226 void CompleteInitialization(VMX::EPTP Eptp)
1227 {

Callers

nothing calls this directly

Calls 1

FreePhysFunction · 0.85

Tested by

no test coverage detected