#include "mi.h"
Go to the source code of this file.
Functions | |
PVOID | MmDbgReadCheck (IN PVOID VirtualAddress) |
PVOID | MmDbgWriteCheck (IN PVOID VirtualAddress) |
PVOID64 | MmDbgReadCheck64 (IN PVOID64 VirtualAddress) |
PVOID64 | MmDbgWriteCheck64 (IN PVOID64 VirtualAddress) |
PVOID | MmDbgTranslatePhysicalAddress (IN PHYSICAL_ADDRESS PhysicalAddress) |
|
Definition at line 28 of file ppc/debugsup.c. References KSEG0_BASE, KSEG2_BASE, MmIsAddressValid(), NULL, and PAGE_SIZE. Referenced by IopWriteDriverList(), KdpMoveMemory(), KdpReadIoSpace(), KdpReadVirtualMemory(), KdpSearchMemory(), KeDumpMachineState(), KiDumpParameterImages(), KiPcToFileHeader(), KiScanBugCheckCallbackList(), and MmDbgReadCheck64().
|
|
Definition at line 156 of file ppc/debugsup.c. References NULL. Referenced by KdpReadVirtualMemory(), and KdpReadVirtualMemory64().
|
|
Definition at line 233 of file ppc/debugsup.c. References BYTE_OFFSET, KiFlushSingleTb(), MiGetVirtualAddressMappedByPte, MmDebugPte, PAGE_SHIFT, TRUE, _MMPTE::u, and ValidKernelPte. Referenced by KdpReadPhysicalMemory(), KdpWritePhysicalMemory(), and MmDbgWriteCheck().
|
|
Definition at line 78 of file ppc/debugsup.c. References KSEG0_BASE, KSEG2_BASE, MiGetPteAddress, MmDbgTranslatePhysicalAddress(), MmGetPhysicalAddress(), MmIsAddressValid(), NULL, PAGE_SIZE, and _MMPTE::u. Referenced by KdpAddBreakpoint(), KdpMoveMemory(), KdpWriteIoSpace(), KdpWriteVirtualMemory(), KdSetOwedBreakpoints(), and MmDbgWriteCheck64().
|
|
Definition at line 194 of file ppc/debugsup.c. References NULL. Referenced by KdpWriteVirtualMemory(), and KdpWriteVirtualMemory64().
|