| 332 | |
| 333 | _IRQL_requires_max_(DISPATCH_LEVEL) |
| 334 | VOID UnmapPhysicalMemory(PVOID64 MappedPhysicalMemory, SIZE_T Size) |
| 335 | { |
| 336 | MmUnmapIoSpace(MappedPhysicalMemory, Size); |
| 337 | } |
| 338 | |
| 339 | _IRQL_requires_max_(DISPATCH_LEVEL) |
| 340 | PVOID64 GetPhysicalAddress(PVOID VirtualAddress) |
no outgoing calls
no test coverage detected