| 351 | |
| 352 | _IRQL_requires_max_(DISPATCH_LEVEL) |
| 353 | VOID FreePhysicalMemory(PVOID BaseVirtualAddress) { |
| 354 | MmFreeContiguousMemory(BaseVirtualAddress); |
| 355 | } |
| 356 | |
| 357 | _IRQL_requires_max_(DISPATCH_LEVEL) |
| 358 | PVOID MapPhysicalMemory(PVOID64 PhysicalAddress, SIZE_T Size, MEMORY_CACHING_TYPE CachingType) { |
no outgoing calls
no test coverage detected