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

Method CompletePendingHandler

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

Source from the content-addressed store, hash-verified

1434 }
1435
1436 bool CompletePendingHandler(const void* Rip)
1437 {
1438 if (m_PendingHandler.Rip != Rip)
1439 {
1440 return false;
1441 }
1442
1443 *m_PendingHandler.Pte = m_PendingHandler.PendingPrevEntry;
1444 m_PendingHandler.Rip = NULL;
1445
1446 invept();
1447
1448 return true;
1449 }
1450 };
1451
1452 struct SHARED_VM_DATA;

Callers 1

MonitorTrapFlagHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected