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

Function IsVirtualized

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

Source from the content-addressed store, hash-verified

2733namespace Hypervisor
2734{
2735 bool IsVirtualized()
2736 {
2737#ifdef _AMD64_
2738 return g_IsVirtualized;
2739#else
2740 return false;
2741#endif
2742 }
2743
2744 bool Virtualize()
2745 {

Callers 2

VirtualizeFunction · 0.85
OnSystemSleepFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected