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

Function vmread

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

Source from the content-addressed store, hash-verified

1695 }
1696
1697 static size_t vmread(size_t field)
1698 {
1699 size_t value = 0;
1700 __vmx_vmread(field, &value);
1701 return value;
1702 }
1703
1704 _IRQL_requires_(IPI_LEVEL)
1705 static bool VirtualizeProcessor(__inout SHARED_VM_DATA* Shared)

Callers 11

VirtualizeProcessorFunction · 0.85
EnableMonitorTrapFlagFunction · 0.85
DisableMonitorTrapFlagFunction · 0.85
DisableGuestInterruptsFunction · 0.85
EnableGuestInterruptsFunction · 0.85
CpuidHandlerFunction · 0.85
EptViolationHandlerFunction · 0.85
VmcallHandlerFunction · 0.85
VmxRelatedHandlerFunction · 0.85
VmxVmexitHandlerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected