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

Represents a physical memory ranges of the system. More...

#include <util.h>

Collaboration diagram for PhysicalMemoryDescriptor:
Collaboration graph
[legend]

Public Attributes

PFN_COUNT number_of_runs
 A number of PhysicalMemoryDescriptor::run. More...
 
PFN_NUMBER number_of_pages
 A physical memory size in pages. More...
 
PhysicalMemoryRun run [1]
 ranges of addresses More...
 

Detailed Description

Represents a physical memory ranges of the system.

Definition at line 41 of file util.h.

Member Data Documentation

◆ number_of_pages

PFN_NUMBER PhysicalMemoryDescriptor::number_of_pages

A physical memory size in pages.

Definition at line 43 of file util.h.

◆ number_of_runs

PFN_COUNT PhysicalMemoryDescriptor::number_of_runs

A number of PhysicalMemoryDescriptor::run.

Definition at line 42 of file util.h.

◆ run

PhysicalMemoryRun PhysicalMemoryDescriptor::run[1]

ranges of addresses

Definition at line 44 of file util.h.


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