#include "mi.h"
Go to the source code of this file.
Functions | |
PHARDWARE_PTE | MiCheckAddress (IN PVOID VirtualAddress, OUT PVOID *AccessAddress) |
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 25 of file axp64/debugsup.c. References Index, NULL, PAGE_SHIFT, PAGE_SIZE, PDI_MASK, and PTI_SHIFT. Referenced by MmDbgReadCheck(), and MmDbgWriteCheck().
|
|
Definition at line 118 of file axp64/debugsup.c. References MI_IS_PHYSICAL_ADDRESS, MiCheckAddress(), and NULL.
|
|
Definition at line 335 of file axp64/debugsup.c. References MmDbgReadCheck().
|
|
Definition at line 271 of file axp64/debugsup.c. References ASSERT, KiFlushSingleTb(), MiGetPteAddress, MmIsAddressValid(), TRUE, and _MMPTE::u.
|
|
Definition at line 402 of file axp64/debugsup.c. References KeProcessorLevel.
|
|
Definition at line 173 of file axp64/debugsup.c. References KiFlushSingleTb(), MI_IS_PHYSICAL_ADDRESS, MiCheckAddress(), NULL, TRUE, and _MMPTE::u.
|
|
Definition at line 368 of file axp64/debugsup.c. References MmDbgWriteCheck().
|