Go to the source code of this file.
Data Structures | |
class | root_page_table_x64 |
Macros | |
#define | g_pt root_pt() |
Functions | |
root_page_table_x64 * | root_pt () noexcept |
#define g_pt root_pt() |
Root Page Table Macro
The following macro can be used to quickly call the root page table as this class will likely be called by a lot of code.
Definition at line 291 of file root_page_table_x64.h.
|
noexcept |
Root Page Table
Returns the VMM's root page table.
Definition at line 256 of file root_page_table_x64.cpp.