iPXE
Data Fields
ucode_descriptor Struct Reference

A microcode update descriptor. More...

#include <ucode.h>

Data Fields

uint32_t signature
 CPUID signature (or 0 to terminate list) More...
 
int32_t version
 Microcode version. More...
 
uint64_t address
 Microcode physical address. More...
 

Detailed Description

A microcode update descriptor.

This must match the layout as used by the assembly code in ucode_mp.S.

Definition at line 75 of file ucode.h.

Field Documentation

◆ signature

uint32_t ucode_descriptor::signature

CPUID signature (or 0 to terminate list)

Definition at line 77 of file ucode.h.

◆ version

int32_t ucode_descriptor::version

Microcode version.

Definition at line 79 of file ucode.h.

◆ address

uint64_t ucode_descriptor::address

Microcode physical address.

Definition at line 81 of file ucode.h.


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