ReactOS 0.4.16-dev-112-g52265ae
|
Go to the source code of this file.
Macros | |
#define | MAX_MAD_COUNT 200 |
Functions | |
DBG_DEFAULT_CHANNEL (WINDOWS) | |
static VOID | WinLdrInsertDescriptor (IN OUT PLOADER_PARAMETER_BLOCK LoaderBlock, IN PMEMORY_ALLOCATION_DESCRIPTOR NewDescriptor) |
VOID | MempAddMemoryBlock (IN OUT PLOADER_PARAMETER_BLOCK LoaderBlock, PFN_NUMBER BasePage, PFN_NUMBER PageCount, ULONG Type) |
VOID | MempSetupPagingForRegion (PFN_NUMBER BasePage, PFN_NUMBER PageCount, ULONG Type) |
BOOLEAN | WinLdrSetupMemoryLayout (IN OUT PLOADER_PARAMETER_BLOCK LoaderBlock) |
#define MAX_MAD_COUNT 200 |
Definition at line 60 of file wlmemory.c.
DBG_DEFAULT_CHANNEL | ( | WINDOWS | ) |
VOID MempAddMemoryBlock | ( | IN OUT PLOADER_PARAMETER_BLOCK | LoaderBlock, |
PFN_NUMBER | BasePage, | ||
PFN_NUMBER | PageCount, | ||
ULONG | Type | ||
) |
Definition at line 65 of file wlmemory.c.
Referenced by WinLdrSetupMemoryLayout().
VOID MempSetupPagingForRegion | ( | PFN_NUMBER | BasePage, |
PFN_NUMBER | PageCount, | ||
ULONG | Type | ||
) |
Definition at line 106 of file wlmemory.c.
Referenced by WinLdrSetupMemoryLayout().
|
static |
Definition at line 355 of file wlmemory.c.
Referenced by MempAddMemoryBlock(), and WinLdrSetupMemoryLayout().
BOOLEAN WinLdrSetupMemoryLayout | ( | IN OUT PLOADER_PARAMETER_BLOCK | LoaderBlock | ) |
Definition at line 181 of file wlmemory.c.
Referenced by LoadAndBootWindowsCommon().
|
extern |
Definition at line 33 of file meminit.c.
Referenced by ArcGetMemoryDescriptor(), MmInitializeMemoryManager(), and WinLdrSetupMemoryLayout().
|
extern |
Definition at line 34 of file meminit.c.
Referenced by MmInitializeMemoryManager(), and WinLdrSetupMemoryLayout().
|
extern |
Definition at line 29 of file mm.c.
Referenced by MempSetupPagingForRegion(), MmAllocateHighestMemoryBelowAddress(), MmAllocateMemoryAtAddress(), and MmAllocateMemoryWithType().
Definition at line 57 of file wlmemory.c.
Referenced by MempAddMemoryBlock(), and WinLdrSetupMemoryLayout().
ULONG MadCount = 0 |
Definition at line 58 of file wlmemory.c.
Referenced by MempAddMemoryBlock(), and WinLdrSetupMemoryLayout().
Definition at line 19 of file wlmemory.c.
Referenced by WinLdrInsertDescriptor().
|
extern |
Definition at line 31 of file meminit.c.
Referenced by WinLdrSetupMemoryLayout().
|
extern |