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

Function Devirtualize

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

Source from the content-addressed store, hash-verified

2773 }
2774
2775 bool Devirtualize()
2776 {
2777#ifdef _AMD64_
2778 DevirtualizeAllProcessors();
2779 return true;
2780#else
2781 return false;
2782#endif
2783 }
2784
2785 bool InterceptPage(
2786 unsigned long long Pa,

Callers 3

OnDriverUnloadFunction · 0.85
OnSystemSleepFunction · 0.85
KbVmmDisableFunction · 0.85

Calls 1

Tested by

no test coverage detected