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

Function ExceptionOrNmiHandler

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

Source from the content-addressed store, hash-verified

2325 _IRQL_requires_same_
2326 _IRQL_requires_min_(DISPATCH_LEVEL)
2327 static VMM_STATUS ExceptionOrNmiHandler(__inout PRIVATE_VM_DATA* Private, __inout GUEST_CONTEXT* Context, unsigned long long Rip, __inout_opt bool& RepeatInstruction)
2328 {
2329 UNREFERENCED_PARAMETER(Private);
2330 UNREFERENCED_PARAMETER(Context);
2331 UNREFERENCED_PARAMETER(Rip);
2332 UNREFERENCED_PARAMETER(RepeatInstruction);
2333
2334 return VMM_STATUS::VMM_CONTINUE;
2335 }
2336
2337 _IRQL_requires_same_
2338 _IRQL_requires_min_(DISPATCH_LEVEL)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected