Xyris  0.5
Page Struct Reference

#include <Memory.i686.hpp>

Data Fields

uint32_t offset: 12
 
uint32_t tableIndex: 10
 
uint32_t dirIndex: 10
 

Detailed Description

Virtual address structure. Represents an address in virtual memory that redirects to a physical page frame. (Chunk of virtual memory)

Definition at line 52 of file Memory.i686.hpp.

Field Documentation

◆ dirIndex

uint32_t Page::dirIndex

Definition at line 55 of file Memory.i686.hpp.

◆ offset

uint32_t Page::offset

Definition at line 53 of file Memory.i686.hpp.

◆ tableIndex

uint32_t Page::tableIndex

Definition at line 54 of file Memory.i686.hpp.


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