|
kernel
|
Go to the source code of this file.
Functions | |
| bool | MiCheckForContigiousMemory (IN void *StartAddress, IN size_t NumberOfBytes) |
| void * | MmAllocateContigiousMemory (IN size_t NumberOfBytes, IN uint64_t HighestAcceptableAddress) |
| void | MmFreeContigiousMemory (IN void *BaseAddress, IN size_t NumberOfBytes) |
| void * | MmMapIoSpace (IN uintptr_t PhysicalAddress, IN size_t NumberOfBytes, IN MEMORY_CACHING_TYPE CacheType) |
| void | MmUnmapIoSpace (IN void *VirtualAddress, IN size_t NumberOfBytes) |
| void * MmMapIoSpace | ( | IN uintptr_t | PhysicalAddress, |
| IN size_t | NumberOfBytes, | ||
| IN MEMORY_CACHING_TYPE | CacheType ) |