| 320 | |
| 321 | _IRQL_requires_max_(DISPATCH_LEVEL) |
| 322 | VOID FreePhysicalMemory(PVOID BaseVirtualAddress) |
| 323 | { |
| 324 | MmFreeContiguousMemory(BaseVirtualAddress); |
| 325 | } |
| 326 | |
| 327 | _IRQL_requires_max_(DISPATCH_LEVEL) |
| 328 | PVOID MapPhysicalMemory(PVOID64 PhysicalAddress, SIZE_T Size) |
nothing calls this directly
no outgoing calls
no test coverage detected