#include "mi.h"
Go to the source code of this file.
Functions | |
PVOID | MmDbgReadCheck (IN PVOID VirtualAddress) |
PVOID | MmDbgWriteCheck (IN PVOID VirtualAddress, IN PHARDWARE_PTE Opaque) |
VOID | MmDbgReleaseAddress (IN PVOID VirtualAddress, IN PHARDWARE_PTE Opaque) |
PVOID64 | MmDbgReadCheck64 (IN PVOID64 VirtualAddress) |
PVOID64 | MmDbgWriteCheck64 (IN PVOID64 VirtualAddress) |
PVOID64 | MmDbgTranslatePhysicalAddress64 (IN PHYSICAL_ADDRESS PhysicalAddress) |
|
Definition at line 27 of file alpha/debugsup.c. References KSEG0_BASE, KSEG2_BASE, MmIsAddressValid(), and NULL.
|
|
Definition at line 246 of file alpha/debugsup.c. References NULL.
|
|
Definition at line 182 of file alpha/debugsup.c. References ASSERT, KiFlushSingleTb(), MiGetPteAddress, MmIsAddressValid(), TRUE, and _MMPTE::u.
|
|
Definition at line 342 of file alpha/debugsup.c. References KeProcessorLevel.
|
|
Definition at line 70 of file alpha/debugsup.c. References KiFlushSingleTb(), KSEG0_BASE, KSEG2_BASE, MiGetPteAddress, MM_PAGES_IN_KSEG0, MmGetPhysicalAddress(), MmIsAddressValid(), NULL, TRUE, and _MMPTE::u.
|
|
Definition at line 291 of file alpha/debugsup.c. References MiGetPteAddress64, NULL, and _MMPTE::u.
|