Go to the source code of this file.
◆ asm() [1/2]
| asm |
( |
".global MiReleasePhysicalPage_end\n" "MiReleasePhysicalPage_end:\n" | | ) |
|
◆ asm() [2/2]
| asm |
( |
".global MiReleasePhysicalPage_start\n" "MiReleasePhysicalPage_start:\n" | | ) |
|
◆ MiInitializePfnDatabase()
◆ MiIsWithinBoundsOfReleasePhysicalPage()
| bool MiIsWithinBoundsOfReleasePhysicalPage |
( |
void * | VirtualAddress | ) |
|
◆ MiReleasePhysicalPage()
◆ MiRequestPhysicalPage()
◆ MiUnlinkPageFromList()
◆ MiReleasePhysicalPage_end
| char MiReleasePhysicalPage_end |
|
extern |
◆ MiReleasePhysicalPage_start
| char MiReleasePhysicalPage_start |
|
extern |
◆ MmHighestPfn
Definition at line 31 of file pfn.c.
◆ MmPfnDatabaseInitialized
| bool MmPfnDatabaseInitialized = false |
Definition at line 30 of file pfn.c.
◆ MmTotalMemory
| uint64_t MmTotalMemory = 0 |
Definition at line 33 of file pfn.c.
◆ MmTotalUsableMemory
| uint64_t MmTotalUsableMemory = 0 |
Definition at line 34 of file pfn.c.
◆ PfnDatabase
Definition at line 29 of file pfn.c.