ReactOS 0.4.15-dev-8621-g4b051b9
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | MODULE_INVOLVED_IN_ARM3 |
Functions | |
PVOID NTAPI | MiMapPageInHyperSpace (IN PEPROCESS Process, IN PFN_NUMBER Page, IN PKIRQL OldIrql) |
VOID NTAPI | MiUnmapPageInHyperSpace (IN PEPROCESS Process, IN PVOID Address, IN KIRQL OldIrql) |
PVOID NTAPI | MiMapPagesInZeroSpace (IN PMMPFN Pfn1, IN PFN_NUMBER NumberOfPages) |
VOID NTAPI | MiUnmapPagesInZeroSpace (IN PVOID VirtualAddress, IN PFN_NUMBER NumberOfPages) |
Variables | |
PMMPTE | MmFirstReservedMappingPte |
PMMPTE | MmLastReservedMappingPte |
PMMPTE | MiFirstReservedZeroingPte |
MMPTE | HyperTemplatePte |
#define MODULE_INVOLVED_IN_ARM3 |
Definition at line 15 of file hypermap.c.
#define NDEBUG |
Definition at line 12 of file hypermap.c.
Definition at line 28 of file hypermap.c.
Referenced by MiCopyFromUserPage(), MiReadFilePage(), and MiZeroPhysicalPage().
Definition at line 111 of file hypermap.c.
Referenced by MmZeroPageThread().
Definition at line 91 of file hypermap.c.
Referenced by MiCopyFromUserPage(), MiReadFilePage(), and MiZeroPhysicalPage().
Definition at line 187 of file hypermap.c.
Referenced by MmZeroPageThread().
MMPTE HyperTemplatePte |
Definition at line 22 of file hypermap.c.
Referenced by MiInitializePageTable().
PMMPTE MiFirstReservedZeroingPte |
Definition at line 21 of file hypermap.c.
Referenced by MiBuildSystemPteSpace(), MiInitMachineDependent(), and MiMapPagesInZeroSpace().
PMMPTE MmFirstReservedMappingPte |
Definition at line 20 of file hypermap.c.
Referenced by MiInitializePageTable(), MiInitMachineDependent(), and MiMapPageInHyperSpace().
PMMPTE MmLastReservedMappingPte |
Definition at line 20 of file hypermap.c.
Referenced by MiInitializePageTable(), and MiInitMachineDependent().