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

Function InsertHandler

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

Source from the content-addressed store, hash-verified

2471 static FnVmexitHandler HandlersTable[72] = {};
2472
2473 void InsertHandler(VMX::VMX_EXIT_REASON ExitReason, FnVmexitHandler Handler)
2474 {
2475 HandlersTable[static_cast<unsigned int>(ExitReason)] = Handler;
2476 }
2477
2478 void InitHandlersTable()
2479 {

Callers 1

InitHandlersTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected