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

Function UnmapPhysicalMemory

Kernel-Bridge/API/MemoryUtils.cpp:363–365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

361
362 _IRQL_requires_max_(DISPATCH_LEVEL)
363 VOID UnmapPhysicalMemory(PVOID64 MappedPhysicalMemory, SIZE_T Size) {
364 MmUnmapIoSpace(MappedPhysicalMemory, Size);
365 }
366
367 _IRQL_requires_max_(APC_LEVEL)
368 PVOID64 GetPhysicalAddress(PVOID VirtualAddress, OPTIONAL PEPROCESS Process) {

Callers 3

ReadPhysicalMemoryFunction · 0.85
WritePhysicalMemoryFunction · 0.85
KbUnmapPhysicalMemoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected