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.c821 for (Index = 0; Index < PrivateData->CacheSection.AllSectionCount; Index ++) { in ProcessSection()
822 if (Section == PrivateData->CacheSection.Section[Index]) { in ProcessSection()
824 PpiOutput = PrivateData->CacheSection.SectionData[Index]; in ProcessSection()
825 PpiOutputSize = PrivateData->CacheSection.SectionSize[Index]; in ProcessSection()
826 Authentication = PrivateData->CacheSection.AuthenticationStatus[Index]; in ProcessSection()
903 if (PrivateData->CacheSection.AllSectionCount < CACHE_SETION_MAX_NUMBER) { in ProcessSection()
904 PrivateData->CacheSection.AllSectionCount ++; in ProcessSection()
906 PrivateData->CacheSection.Section [PrivateData->CacheSection.SectionIndex] = Section; in ProcessSection()
907 … PrivateData->CacheSection.SectionData [PrivateData->CacheSection.SectionIndex] = PpiOutput; in ProcessSection()
908 … PrivateData->CacheSection.SectionSize [PrivateData->CacheSection.SectionIndex] = PpiOutputSize; in ProcessSection()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/
DPeiMain.h236 CACHE_SECTION_DATA CacheSection; member