TianoCore EDK2 master
Loading...
Searching...
No Matches
CACHE_SECTION_DATA Struct Reference

Data Fields

EFI_COMMON_SECTION_HEADERSection [CACHE_SETION_MAX_NUMBER]
 
VOIDSectionData [CACHE_SETION_MAX_NUMBER]
 
UINTN SectionSize [CACHE_SETION_MAX_NUMBER]
 
UINT32 AuthenticationStatus [CACHE_SETION_MAX_NUMBER]
 
UINTN AllSectionCount
 
UINTN SectionIndex
 

Detailed Description

Definition at line 166 of file PeiMain.h.

Field Documentation

◆ AllSectionCount

UINTN CACHE_SECTION_DATA::AllSectionCount

Definition at line 171 of file PeiMain.h.

◆ AuthenticationStatus

UINT32 CACHE_SECTION_DATA::AuthenticationStatus[CACHE_SETION_MAX_NUMBER]

Definition at line 170 of file PeiMain.h.

◆ Section

EFI_COMMON_SECTION_HEADER* CACHE_SECTION_DATA::Section[CACHE_SETION_MAX_NUMBER]

Definition at line 167 of file PeiMain.h.

◆ SectionData

VOID* CACHE_SECTION_DATA::SectionData[CACHE_SETION_MAX_NUMBER]

Definition at line 168 of file PeiMain.h.

◆ SectionIndex

UINTN CACHE_SECTION_DATA::SectionIndex

Definition at line 172 of file PeiMain.h.

◆ SectionSize

UINTN CACHE_SECTION_DATA::SectionSize[CACHE_SETION_MAX_NUMBER]

Definition at line 169 of file PeiMain.h.


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