ReactOS 0.4.15-dev-6068-g8061a6f
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Variables | |
const ULONG_PTR | MmProtectToPteMask [32] |
const ULONG | MmProtectToValue [32] |
_Success_ | ( | return | ) |
Deletes the virtual mapping and optionally gives back the page & dirty bit.
Process | - The process this address belongs to, or NULL if system address. |
Address | - The address to unmap. |
WasDirty | - Optional param receiving the dirty bit of the PTE. |
Page | - Optional param receiving the page number previously mapped to this address. |
Definition at line 235 of file page.c.
Definition at line 462 of file section.c.
Referenced by MiMapViewInSystemSpace(), and MmCreateVirtualMappingUnsafe().
Definition at line 119 of file page.c.
Referenced by _Success_(), MmGetPageFileMapping(), MmGetPageProtect(), MmGetPfnForProcess(), MmIsDisabledPage(), MmIsPagePresent(), and MmIsPageSwapEntry().
Definition at line 549 of file page.c.
NTSTATUS NTAPI MmCreateVirtualMapping | ( | PEPROCESS | Process, |
PVOID | Address, | ||
ULONG | flProtect, | ||
PFN_NUMBER | Page | ||
) |
Definition at line 672 of file page.c.
NTSTATUS NTAPI MmCreateVirtualMappingUnsafe | ( | PEPROCESS | Process, |
PVOID | Address, | ||
ULONG | flProtect, | ||
PFN_NUMBER | Page | ||
) |
Definition at line 591 of file page.c.
Definition at line 334 of file page.c.
Definition at line 511 of file page.c.
Referenced by MmAlterViewAttributes(), MmNotPresentFaultSectionView(), and MmPageOutCacheSection().
Definition at line 689 of file page.c.
PFN_NUMBER NTAPI MmGetPfnForProcess | ( | PEPROCESS | Process, |
PVOID | Address | ||
) |
Definition at line 384 of file page.c.
Definition at line 816 of file page.c.
Definition at line 759 of file page.c.
Definition at line 25 of file page.c.
Referenced by MI_MAKE_HARDWARE_PTE(), MI_MAKE_HARDWARE_PTE_KERNEL(), and MI_MAKE_HARDWARE_PTE_USER().