HyperPlatform Programmer's Reference
Public Attributes | List of all members
PhysicalMemoryRun Struct Reference

Represents ranges of addresses. More...

#include <util.h>

Public Attributes

ULONG_PTR base_page
 A base address / PAGE_SIZE (ie, 0x1 for 0x1000) More...
 
ULONG_PTR page_count
 A number of pages. More...
 

Detailed Description

Represents ranges of addresses.

Definition at line 30 of file util.h.

Member Data Documentation

◆ base_page

ULONG_PTR PhysicalMemoryRun::base_page

A base address / PAGE_SIZE (ie, 0x1 for 0x1000)

Definition at line 31 of file util.h.

◆ page_count

ULONG_PTR PhysicalMemoryRun::page_count

A number of pages.

Definition at line 32 of file util.h.


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