ReactOS 0.4.16-dev-13-ge2fc578
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | MODULE_INVOLVED_IN_ARM3 |
PVOID NTAPI MiAllocateContiguousMemory | ( | IN SIZE_T | NumberOfBytes, |
IN PFN_NUMBER | LowestAcceptablePfn, | ||
IN PFN_NUMBER | HighestAcceptablePfn, | ||
IN PFN_NUMBER | BoundaryPfn, | ||
IN MEMORY_CACHING_TYPE | CacheType | ||
) |
Definition at line 377 of file contmem.c.
Referenced by MmAllocateContiguousMemory(), and MmAllocateContiguousMemorySpecifyCache().
PVOID NTAPI MiCheckForContiguousMemory | ( | IN PVOID | BaseAddress, |
IN PFN_NUMBER | BaseAddressPages, | ||
IN PFN_NUMBER | SizeInPages, | ||
IN PFN_NUMBER | LowestPfn, | ||
IN PFN_NUMBER | HighestPfn, | ||
IN PFN_NUMBER | BoundaryPfn, | ||
IN MI_PFN_CACHE_ATTRIBUTE | CacheAttribute | ||
) |
Definition at line 214 of file contmem.c.
Referenced by MiAllocateContiguousMemory().
PVOID NTAPI MiFindContiguousMemory | ( | IN PFN_NUMBER | LowestPfn, |
IN PFN_NUMBER | HighestPfn, | ||
IN PFN_NUMBER | BoundaryPfn, | ||
IN PFN_NUMBER | SizeInPages, | ||
IN MEMORY_CACHING_TYPE | CacheType | ||
) |
Definition at line 329 of file contmem.c.
Referenced by MiAllocateContiguousMemory().
PFN_NUMBER NTAPI MiFindContiguousPages | ( | IN PFN_NUMBER | LowestPfn, |
IN PFN_NUMBER | HighestPfn, | ||
IN PFN_NUMBER | BoundaryPfn, | ||
IN PFN_NUMBER | SizeInPages, | ||
IN MEMORY_CACHING_TYPE | CacheType | ||
) |
Definition at line 22 of file contmem.c.
Referenced by MiFindContiguousMemory().
Definition at line 461 of file contmem.c.
Referenced by MmFreeContiguousMemory(), and MmFreeContiguousMemorySpecifyCache().
PVOID NTAPI MmAllocateContiguousMemory | ( | IN SIZE_T | NumberOfBytes, |
IN PHYSICAL_ADDRESS | HighestAcceptableAddress | ||
) |
Definition at line 626 of file contmem.c.
Referenced by AtapiDmaAlloc(), HDA_InitCorbRirbPos(), Ki386AllocateContiguousMemory(), VideoPortAllocateContiguousMemory(), and VidInitialize().
PVOID NTAPI MmAllocateContiguousMemorySpecifyCache | ( | IN SIZE_T | NumberOfBytes, |
IN PHYSICAL_ADDRESS LowestAcceptableAddress | OPTIONAL, | ||
IN PHYSICAL_ADDRESS | HighestAcceptableAddress, | ||
IN PHYSICAL_ADDRESS BoundaryAddressMultiple | OPTIONAL, | ||
IN MEMORY_CACHING_TYPE CacheType | OPTIONAL | ||
) |
Definition at line 574 of file contmem.c.
Referenced by HalAllocateCommonBuffer(), HalpGrowMapBuffers(), NdisAllocateMemory(), and StorPortGetUncachedExtension().
Definition at line 653 of file contmem.c.
Referenced by AtapiDmaAlloc(), HDA_FDORemoveDevice(), and Ki386FreeIdentityMap().
VOID NTAPI MmFreeContiguousMemorySpecifyCache | ( | IN PVOID | BaseAddress, |
IN SIZE_T | NumberOfBytes, | ||
IN MEMORY_CACHING_TYPE | CacheType | ||
) |
Definition at line 666 of file contmem.c.
Referenced by HalFreeCommonBuffer(), and NdisFreeMemory().