![]() |
My Project
|
Go to the source code of this file.
Macros | |
| #define | HYPERMAP_VIRTUAL_ADDRESS PhysicalMemoryOffset |
| #define | LOCK_HYPERSPACE(PtrOldIrql) |
| #define | UNLOCK_HYPERSPACE(OldIrql) |
Functions | |
| void * | MiMapPageInHyperspace (IN uint64_t PfnIndex, OUT PIRQL OldIrql) |
| void | MiUnmapHyperSpaceMap (IN IRQL OldIrql) |
Variables | |
| SPINLOCK | HyperLock |
| PPFN_ENTRY | g_pfnInUse |
| #define HYPERMAP_VIRTUAL_ADDRESS PhysicalMemoryOffset |
Definition at line 24 of file hypermap.c.
| #define LOCK_HYPERSPACE | ( | PtrOldIrql | ) |
Definition at line 29 of file hypermap.c.
| #define UNLOCK_HYPERSPACE | ( | OldIrql | ) |
Definition at line 30 of file hypermap.c.
Definition at line 33 of file hypermap.c.
Definition at line 83 of file hypermap.c.
| PPFN_ENTRY g_pfnInUse |
Definition at line 27 of file hypermap.c.
| SPINLOCK HyperLock |
Definition at line 26 of file hypermap.c.