| 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) { |
no outgoing calls
no test coverage detected