iPXE
Data Fields
EFI_HOB_CPU Struct Reference

Describes processor information, such as address space and I/O space capabilities. More...

#include <PiHob.h>

Data Fields

EFI_HOB_GENERIC_HEADER Header
 The HOB generic header. More...
 
UINT8 SizeOfMemorySpace
 Identifies the maximum physical memory addressability of the processor. More...
 
UINT8 SizeOfIoSpace
 Identifies the maximum physical I/O addressability of the processor. More...
 
UINT8 Reserved [6]
 This field will always be set to zero. More...
 

Detailed Description

Describes processor information, such as address space and I/O space capabilities.

Definition at line 447 of file PiHob.h.

Field Documentation

◆ Header

EFI_HOB_GENERIC_HEADER EFI_HOB_CPU::Header

The HOB generic header.

Header.HobType = EFI_HOB_TYPE_CPU.

Definition at line 451 of file PiHob.h.

◆ SizeOfMemorySpace

UINT8 EFI_HOB_CPU::SizeOfMemorySpace

Identifies the maximum physical memory addressability of the processor.

Definition at line 455 of file PiHob.h.

◆ SizeOfIoSpace

UINT8 EFI_HOB_CPU::SizeOfIoSpace

Identifies the maximum physical I/O addressability of the processor.

Definition at line 459 of file PiHob.h.

◆ Reserved

UINT8 EFI_HOB_CPU::Reserved[6]

This field will always be set to zero.

Definition at line 463 of file PiHob.h.


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