Home
last modified time | relevance | path

Searched refs:CacheSection (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/FwVol/
DFwVol.c837 for (Index = 0; Index < PrivateData->CacheSection.AllSectionCount; Index ++) { in ProcessSection()
838 if (Section == PrivateData->CacheSection.Section[Index]) { in ProcessSection()
840 PpiOutput = PrivateData->CacheSection.SectionData[Index]; in ProcessSection()
841 PpiOutputSize = PrivateData->CacheSection.SectionSize[Index]; in ProcessSection()
842 Authentication = PrivateData->CacheSection.AuthenticationStatus[Index]; in ProcessSection()
919 if (PrivateData->CacheSection.AllSectionCount < CACHE_SETION_MAX_NUMBER) { in ProcessSection()
920 PrivateData->CacheSection.AllSectionCount ++; in ProcessSection()
922 PrivateData->CacheSection.Section [PrivateData->CacheSection.SectionIndex] = Section; in ProcessSection()
923 … PrivateData->CacheSection.SectionData [PrivateData->CacheSection.SectionIndex] = PpiOutput; in ProcessSection()
924 … PrivateData->CacheSection.SectionSize [PrivateData->CacheSection.SectionIndex] = PpiOutputSize; in ProcessSection()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/
DPeiMain.h236 CACHE_SECTION_DATA CacheSection; member