Data Structures | Macros | Functions
root_page_table_x64.h File Reference

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_x64root_pt () noexcept
 

Macro Definition Documentation

◆ g_pt

#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.

Precondition
expects:
Postcondition
ensures: ret != nullptr

Definition at line 291 of file root_page_table_x64.h.

Function Documentation

◆ root_pt()

root_page_table_x64* root_pt ( )
noexcept

Root Page Table

Returns the VMM's root page table.

Precondition
expects:
Postcondition
ensures: ret != nullptr

Definition at line 256 of file root_page_table_x64.cpp.