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) |
| auto x64::page_table::index | ( | const T | virt, |
| const F | from | ||
| ) |
Definition at line 40 of file page_table_entry_x64.h.
| constexpr const auto x64::page_table::num_entries = 512UL |
Definition at line 37 of file page_table_entry_x64.h.
| constexpr const auto x64::page_table::num_bytes = num_entries * sizeof(uintptr_t) |
Definition at line 38 of file page_table_entry_x64.h.
1.8.14