ReactOS 0.4.16-dev-746-g329a414
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | DPRINTC DPRINT |
Variables | |
KSPIN_LOCK | MiSectionPageTableLock |
_Function_class_ | ( | RTL_GENERIC_ALLOCATE_ROUTINE | ) |
Definition at line 67 of file sptab.c.
_Function_class_ | ( | RTL_GENERIC_COMPARE_ROUTINE | ) |
Definition at line 89 of file sptab.c.
_Function_class_ | ( | RTL_GENERIC_FREE_ROUTINE | ) |
ULONG_PTR NTAPI _MmGetPageEntrySectionSegment | ( | PMM_SECTION_SEGMENT | Segment, |
PLARGE_INTEGER | Offset, | ||
const char * | file, | ||
int | line | ||
) |
Definition at line 280 of file sptab.c.
NTSTATUS NTAPI _MmSetPageEntrySectionSegment | ( | PMM_SECTION_SEGMENT | Segment, |
PLARGE_INTEGER | Offset, | ||
ULONG_PTR | Entry, | ||
const char * | file, | ||
int | line | ||
) |
Definition at line 178 of file sptab.c.
VOID NTAPI MiInitializeSectionPageTable | ( | PMM_SECTION_SEGMENT | Segment | ) |
Definition at line 165 of file sptab.c.
Referenced by ExeFmtpCreateImageSection(), MmCreateDataFileSection(), and MmCreatePhysicalMemorySection().
|
static |
Definition at line 117 of file sptab.c.
Referenced by _MmGetPageEntrySectionSegment(), _MmSetPageEntrySectionSegment(), MiSectionPageTableGetOrAllocate(), and MmSetSectionAssociation().
|
static |
Definition at line 136 of file sptab.c.
Referenced by _MmSetPageEntrySectionSegment().
VOID NTAPI MmFreePageTablesSectionSegment | ( | PMM_SECTION_SEGMENT | Segment, |
FREE_SECTION_PAGE_FUN | FreePage | ||
) |
Definition at line 321 of file sptab.c.
Referenced by _When_().
PMM_SECTION_SEGMENT NTAPI MmGetSectionAssociation | ( | PFN_NUMBER | Page, |
PLARGE_INTEGER | Offset | ||
) |
Definition at line 374 of file sptab.c.
Referenced by MiShutdownSystem(), MmPageOutPhysicalAddress(), and MmpPageOutPhysicalAddress().
NTSTATUS NTAPI MmSetSectionAssociation | ( | PFN_NUMBER | Page, |
PMM_SECTION_SEGMENT | Segment, | ||
PLARGE_INTEGER | Offset | ||
) |
Definition at line 400 of file sptab.c.
Referenced by _MmSetPageEntrySectionSegment().
|
extern |