| 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 | { |
nothing calls this directly
no test coverage detected