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

Function UnmapMdl

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

Source from the content-addressed store, hash-verified

544
545 _IRQL_requires_max_(APC_LEVEL)
546 VOID UnmapMdl(IN PMDL Mdl, IN PVOID MappedMemory, BOOLEAN NeedUnlock) {
547 MmUnmapLockedPages(MappedMemory, Mdl);
548 if (NeedUnlock) MmUnlockPages(Mdl);
549 }
550
551 _IRQL_requires_max_(APC_LEVEL)
552 NTSTATUS MapMemory(

Callers 1

KbUnmapMdlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected