ReactOS 0.4.16-dev-340-g0540c21
|
#include <ntoskrnl.h>
#include "newmm.h"
#include <cache/newcc.h>
#include <debug.h>
#include <mm/ARM3/miarm.h>
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | DPRINTC DPRINT |
Functions | |
VOID NTAPI | _MmLockSectionSegment (PMM_SECTION_SEGMENT Segment, const char *file, int line) |
VOID NTAPI | _MmUnlockSectionSegment (PMM_SECTION_SEGMENT Segment, const char *file, int line) |
VOID NTAPI | MiFreeSegmentPage (PMM_SECTION_SEGMENT Segment, PLARGE_INTEGER FileOffset) |
VOID | MmFreeCacheSectionPage (PVOID Context, MEMORY_AREA *MemoryArea, PVOID Address, PFN_NUMBER Page, SWAPENTRY SwapEntry, BOOLEAN Dirty) |
Variables | |
LIST_ENTRY | MiSegmentList |
KEVENT | MpwThreadEvent |
KSPIN_LOCK | MiSectionPageTableLock |
PMMWSL | MmWorkingSetList |
VOID NTAPI MiFreeSegmentPage | ( | PMM_SECTION_SEGMENT | Segment, |
PLARGE_INTEGER | FileOffset | ||
) |
Definition at line 617 of file data.c.
VOID MmFreeCacheSectionPage | ( | PVOID | Context, |
MEMORY_AREA * | MemoryArea, | ||
PVOID | Address, | ||
PFN_NUMBER | Page, | ||
SWAPENTRY | SwapEntry, | ||
BOOLEAN | Dirty | ||
) |
Definition at line 663 of file data.c.
|
extern |
LIST_ENTRY MiSegmentList |
Definition at line 86 of file data.c.
Referenced by MiRosTrimCache(), and MmInitSystem().
|
extern |
Definition at line 19 of file wslist.cpp.
Referenced by MiArchCreateProcessAddressSpace(), MiInitMachineDependent(), MiIsPageTablePresent(), and MmInitializeProcessAddressSpace().
|
extern |