ReactOS 0.4.15-dev-8614-gbc76250
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | MODULE_INVOLVED_IN_ARM3 |
Functions | |
NTSTATUS NTAPI | MmMapUserAddressesToPage (IN PVOID BaseAddress, IN SIZE_T NumberOfBytes, IN PVOID PageAddress) |
NTSTATUS NTAPI | MmAdjustWorkingSetSize (IN SIZE_T WorkingSetMinimumInBytes, IN SIZE_T WorkingSetMaximumInBytes, IN ULONG SystemCache, IN BOOLEAN IncreaseOkay) |
BOOLEAN NTAPI | MmSetAddressRangeModified (IN PVOID Address, IN SIZE_T Length) |
BOOLEAN NTAPI | MmIsAddressValid (IN PVOID VirtualAddress) |
BOOLEAN NTAPI | MmIsNonPagedSystemAddressValid (IN PVOID VirtualAddress) |
NTSTATUS NTAPI | MmSetBankedSection (IN HANDLE ProcessHandle, IN PVOID VirtualAddress, IN ULONG BankLength, IN BOOLEAN ReadWriteBank, IN PVOID BankRoutine, IN PVOID Context) |
BOOLEAN NTAPI | MmIsRecursiveIoFault (VOID) |
BOOLEAN NTAPI | MmIsThisAnNtAsSystem (VOID) |
MM_SYSTEMSIZE NTAPI | MmQuerySystemSize (VOID) |
NTSTATUS NTAPI | MmCreateMirror (VOID) |
Variables | |
SIZE_T | MmMinimumWorkingSetSize |
SIZE_T | MmMaximumWorkingSetSize |
SIZE_T | MmPagesAboveWsMinimum |
NTSTATUS NTAPI MmAdjustWorkingSetSize | ( | IN SIZE_T | WorkingSetMinimumInBytes, |
IN SIZE_T | WorkingSetMaximumInBytes, | ||
IN ULONG | SystemCache, | ||
IN BOOLEAN | IncreaseOkay | ||
) |
Definition at line 44 of file mmsup.c.
Referenced by PspSetQuotaLimits().
Definition at line 174 of file mmsup.c.
Referenced by KdbCommand_Gdi_dumpht(), KdbCommand_Gdi_entry(), KdbCommand_Gdi_handle(), KdbIsMemoryValid(), marshal_nfs41_header(), marshal_nfs41_mount(), MiBuildPfnDatabaseFromPages(), MiDbgUnTranslatePhysicalAddress(), MiMakeSystemAddressValid(), MiMakeSystemAddressValidPfn(), MiSessionAddProcess(), MiSessionCreateInternal(), MiSessionRemoveProcess(), MiSetupPfnForPageTable(), MmCommitSessionMappedView(), MmDbgCopyMemory(), MmIsNonPagedSystemAddressValid(), MmMapViewInSessionSpace(), MmTrimUserMemory(), MmUnmapViewInSessionSpace(), and nfs41_invalidate_cache().
Definition at line 231 of file mmsup.c.
Definition at line 246 of file mmsup.c.
Referenced by FsRtlInitializeTunnels(), PsChangeQuantumTable(), and UDFInitializeZones().
NTSTATUS NTAPI MmMapUserAddressesToPage | ( | IN PVOID | BaseAddress, |
IN SIZE_T | NumberOfBytes, | ||
IN PVOID | PageAddress | ||
) |
MM_SYSTEMSIZE NTAPI MmQuerySystemSize | ( | VOID | ) |
Definition at line 257 of file mmsup.c.
Referenced by CcInitializeCacheManager(), CdInitializeGlobalData(), DriverEntry(), PspInitPhase0(), RxInitializeWorkQueueDispatcher(), and UDFInitializeZones().
NTSTATUS NTAPI MmSetBankedSection | ( | IN HANDLE | ProcessHandle, |
IN PVOID | VirtualAddress, | ||
IN ULONG | BankLength, | ||
IN BOOLEAN | ReadWriteBank, | ||
IN PVOID | BankRoutine, | ||
IN PVOID | Context | ||
) |
SIZE_T MmMaximumWorkingSetSize |
Definition at line 21 of file mmsup.c.
Referenced by MmAdjustWorkingSetSize().
SIZE_T MmMinimumWorkingSetSize |
Definition at line 20 of file mmsup.c.
Referenced by MmAdjustWorkingSetSize().
SIZE_T MmPagesAboveWsMinimum |
Definition at line 22 of file mmsup.c.
Referenced by MmAdjustWorkingSetSize().