iPXE
Data Fields
EFI_ACPI_6_0_FPDT_S3_RESUME_RECORD Struct Reference

FPDT Basic S3 Resume Performance Record. More...

#include <Acpi60.h>

Data Fields

EFI_ACPI_6_0_FPDT_PERFORMANCE_RECORD_HEADER Header
 
UINT32 ResumeCount
 A count of the number of S3 resume cycles since the last full boot sequence. More...
 
UINT64 FullResume
 Timer recorded at the end of BIOS S3 resume, just prior to handoff to the OS waking vector. More...
 
UINT64 AverageResume
 Average timer value of all resume cycles logged since the last full boot sequence, including the most recent resume. More...
 

Detailed Description

FPDT Basic S3 Resume Performance Record.

Definition at line 1225 of file Acpi60.h.

Field Documentation

◆ Header

EFI_ACPI_6_0_FPDT_PERFORMANCE_RECORD_HEADER EFI_ACPI_6_0_FPDT_S3_RESUME_RECORD::Header

Definition at line 1226 of file Acpi60.h.

◆ ResumeCount

UINT32 EFI_ACPI_6_0_FPDT_S3_RESUME_RECORD::ResumeCount

A count of the number of S3 resume cycles since the last full boot sequence.

Definition at line 1230 of file Acpi60.h.

◆ FullResume

UINT64 EFI_ACPI_6_0_FPDT_S3_RESUME_RECORD::FullResume

Timer recorded at the end of BIOS S3 resume, just prior to handoff to the OS waking vector.

Only the most recent resume cycle's time is retained.

Definition at line 1235 of file Acpi60.h.

◆ AverageResume

UINT64 EFI_ACPI_6_0_FPDT_S3_RESUME_RECORD::AverageResume

Average timer value of all resume cycles logged since the last full boot sequence, including the most recent resume.

Note that the entire log of timer values does not need to be retained in order to calculate this average.

Definition at line 1241 of file Acpi60.h.


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