UnnamedOS
vmm_virtual_address_t Union Reference

A virtual address. More...

Data Fields

struct {
   uint16_t   page_offset: 12
 location in the page
 
   uint16_t   page: 10
 index in the page table
 
   uint16_t   page_table: 10
 index in the page directory
 
bits
 bit field
 
void * ptr
 useful for casting
 

Detailed Description

A virtual address.

It can be split up into indices into a page directory.

Definition at line 35 of file vmm.c.


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