ReactOS 0.4.16-dev-959-g2ec3a19
|
#include <ntoskrnl.h>
Go to the source code of this file.
Macros | |
#define | HIGH_PHYS_MASK 0x80000000 |
#define | PAGE_TABLE_MASK 0x3ff |
#define | BIG_PAGE_SIZE (1<<22) |
#define | CR4_PAGE_SIZE_BIT 0x10 |
#define | PDE_PRESENT_BIT 0x01 |
#define | PDE_W_BIT 0x02 |
#define | PDE_PWT_BIT 0x08 |
#define | PDE_PCD_BIT 0x10 |
#define | PDE_ACCESSED_BIT 0x20 |
#define | PDE_DIRTY_BIT 0x40 |
#define | PDE_PS_BIT 0x80 |
#define | MI_KDBG_TMP_PAGE_1 (HYPER_SPACE + 0x400000 - PAGE_SIZE) |
#define | MI_KDBG_TMP_PAGE_0 (MI_KDBG_TMP_PAGE_1 - PAGE_SIZE) |
Functions | |
static ULONG_PTR | KdpPhysMap (ULONG_PTR PhysAddr, LONG Len) |
static ULONGLONG | KdpPhysRead (ULONG_PTR PhysAddr, LONG Len) |
static VOID | KdpPhysWrite (ULONG_PTR PhysAddr, LONG Len, ULONGLONG Value) |
static BOOLEAN | KdpTranslateAddress (ULONG_PTR Addr, PULONG_PTR ResultAddr) |
BOOLEAN NTAPI | KdpSafeReadMemory (ULONG_PTR Addr, LONG Len, PVOID Value) |
BOOLEAN NTAPI | KdpSafeWriteMemory (ULONG_PTR Addr, LONG Len, ULONGLONG Value) |
VOID NTAPI | KdpEnableSafeMem (VOID) |
Variables | |
static BOOLEAN | KdpPhysAccess = FALSE |
#define BIG_PAGE_SIZE (1<<22) |
Definition at line 21 of file kdmemsup.c.
#define CR4_PAGE_SIZE_BIT 0x10 |
Definition at line 22 of file kdmemsup.c.
#define HIGH_PHYS_MASK 0x80000000 |
Definition at line 19 of file kdmemsup.c.
#define MI_KDBG_TMP_PAGE_0 (MI_KDBG_TMP_PAGE_1 - PAGE_SIZE) |
Definition at line 32 of file kdmemsup.c.
#define MI_KDBG_TMP_PAGE_1 (HYPER_SPACE + 0x400000 - PAGE_SIZE) |
Definition at line 31 of file kdmemsup.c.
#define PAGE_TABLE_MASK 0x3ff |
Definition at line 20 of file kdmemsup.c.
#define PDE_ACCESSED_BIT 0x20 |
Definition at line 27 of file kdmemsup.c.
#define PDE_DIRTY_BIT 0x40 |
Definition at line 28 of file kdmemsup.c.
#define PDE_PCD_BIT 0x10 |
Definition at line 26 of file kdmemsup.c.
#define PDE_PRESENT_BIT 0x01 |
Definition at line 23 of file kdmemsup.c.
#define PDE_PS_BIT 0x80 |
Definition at line 29 of file kdmemsup.c.
#define PDE_PWT_BIT 0x08 |
Definition at line 25 of file kdmemsup.c.
#define PDE_W_BIT 0x02 |
Definition at line 24 of file kdmemsup.c.
Definition at line 217 of file kdmemsup.c.
Definition at line 40 of file kdmemsup.c.
Referenced by KdpPhysRead(), and KdpPhysWrite().
Definition at line 69 of file kdmemsup.c.
Referenced by KdpSafeReadMemory(), and KdpTranslateAddress().
Definition at line 97 of file kdmemsup.c.
Referenced by KdpSafeWriteMemory().
Definition at line 162 of file kdmemsup.c.
Definition at line 198 of file kdmemsup.c.
|
static |
Definition at line 122 of file kdmemsup.c.
Referenced by KdpSafeReadMemory(), and KdpSafeWriteMemory().
Definition at line 36 of file kdmemsup.c.
Referenced by KdpEnableSafeMem(), KdpSafeReadMemory(), and KdpSafeWriteMemory().