Namespaces | Functions | Variables
x64::page_table Namespace Reference

Namespaces

 pd
 
 pdpt
 
 pml4
 
 pt
 

Functions

template<class T , class F >
auto index (const T virt, const F from)
 

Variables

constexpr const auto num_entries = 512UL
 
constexpr const auto num_bytes = num_entries * sizeof(uintptr_t)
 

Function Documentation

◆ index()

template<class T , class F >
auto x64::page_table::index ( const T  virt,
const F  from 
)

Definition at line 40 of file page_table_entry_x64.h.

Variable Documentation

◆ num_entries

constexpr const auto x64::page_table::num_entries = 512UL

Definition at line 37 of file page_table_entry_x64.h.

◆ num_bytes

constexpr const auto x64::page_table::num_bytes = num_entries * sizeof(uintptr_t)

Definition at line 38 of file page_table_entry_x64.h.