iPXE
|
A microcode update summary. More...
Data Fields | |
unsigned int | count |
Number of CPUs processed. More... | |
int32_t | low |
Lowest observed microcode version. More... | |
int32_t | high |
Highest observed microcode version. More... | |
unsigned int ucode_summary::count |
Number of CPUs processed.
Definition at line 102 of file ucode.c.
Referenced by ucode_exec(), ucode_status(), and ucode_update_all().
int32_t ucode_summary::low |
Lowest observed microcode version.
Definition at line 104 of file ucode.c.
Referenced by ucode_exec(), ucode_status(), and ucode_update_all().
int32_t ucode_summary::high |
Highest observed microcode version.
Definition at line 106 of file ucode.c.
Referenced by ucode_exec(), ucode_status(), and ucode_update_all().