ReactOS 0.4.15-dev-7788-g1ad9096
BIOS_MEMORY_MAP Struct Reference

#include <osloader.h>

Collaboration diagram for BIOS_MEMORY_MAP:

Public Attributes

LONGLONG BaseAddress
 
LONGLONG Length
 
ULONG Type
 
ULONG Reserved
 
ULONGLONG BaseAddress
 
ULONGLONG Length
 
union {
   ULONG   ExtendedAttributesAsULONG
 
   struct {
      ULONG   Enabled_Reserved: 1
 
      ULONG   NonVolatile_Deprecated_Reserved: 1
 
      ULONG   SlowAccess_Deprecated_Reserved: 1
 
      ULONG   ErrorLog: 1
 
      ULONG   Reserved: 28
 
   }   ExtendedAttributes
 
}; 
 

Detailed Description

Definition at line 31 of file osloader.h.

Member Data Documentation

◆ 

union { ... } BIOS_MEMORY_MAP::@166

◆ BaseAddress [1/2]

ULONGLONG BIOS_MEMORY_MAP::BaseAddress

◆ BaseAddress [2/2]

ULONGLONG BIOS_MEMORY_MAP::BaseAddress

Definition at line 39 of file pcbios.h.

◆ Enabled_Reserved

ULONG BIOS_MEMORY_MAP::Enabled_Reserved

Definition at line 51 of file pcbios.h.

◆ ErrorLog

ULONG BIOS_MEMORY_MAP::ErrorLog

Definition at line 62 of file pcbios.h.

Referenced by PcMemGetBiosMemoryMap().

◆ 

struct { ... } BIOS_MEMORY_MAP::ExtendedAttributes

◆ ExtendedAttributesAsULONG

ULONG BIOS_MEMORY_MAP::ExtendedAttributesAsULONG

Definition at line 45 of file pcbios.h.

◆ Length [1/2]

ULONGLONG BIOS_MEMORY_MAP::Length

◆ Length [2/2]

ULONGLONG BIOS_MEMORY_MAP::Length

Definition at line 40 of file pcbios.h.

◆ NonVolatile_Deprecated_Reserved

ULONG BIOS_MEMORY_MAP::NonVolatile_Deprecated_Reserved

Definition at line 55 of file pcbios.h.

◆ Reserved

ULONG BIOS_MEMORY_MAP::Reserved

Definition at line 36 of file osloader.h.

◆ SlowAccess_Deprecated_Reserved

ULONG BIOS_MEMORY_MAP::SlowAccess_Deprecated_Reserved

Definition at line 59 of file pcbios.h.

◆ Type

ULONG BIOS_MEMORY_MAP::Type

Definition at line 35 of file osloader.h.

Referenced by ArmMemGetMemoryMap(), BiosMiscService(), and LlbHwBuildMemoryMap().


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