Max OS 0.3
Loading...
Searching...
No Matches
MaxOS::memory::PageMapLevel Struct Reference

Struct for a page map level (PML4, PDPT, PD, PT) More...

#include <physical.h>

Public Attributes

pte_t entries [512]
 The entries in this page map level. If it is a PT then these are page table entries, otherwise they are pointers to the next level. Indexed by the relevant bits in the virtual address.
 

Detailed Description

Struct for a page map level (PML4, PDPT, PD, PT)

Definition at line 85 of file physical.h.

Member Data Documentation

◆ entries

pte_t MaxOS::memory::PageMapLevel::entries[512]

The entries in this page map level. If it is a PT then these are page table entries, otherwise they are pointers to the next level. Indexed by the relevant bits in the virtual address.

Definition at line 87 of file physical.h.


The documentation for this struct was generated from the following file: