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

Function VmmCall

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

Source from the content-addressed store, hash-verified

626 };
627
628 unsigned long long VmmCall(unsigned long long(*Fn)(void* Arg), void* Arg, bool SwitchToCallerAddressSpace = false)
629 {
630 return __kb_vmcall(
631 static_cast<unsigned long long>(VMCALL_INDEX::VmmCall),
632 reinterpret_cast<unsigned long long>(Fn),
633 reinterpret_cast<unsigned long long>(Arg),
634 static_cast<unsigned long long>(SwitchToCallerAddressSpace)
635 );
636 }
637 }
638
639 struct MTRR_INFO

Callers 2

InterceptPageFunction · 0.85
DeinterceptPageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected