Home
last modified time | relevance | path

Searched refs:SectionIndex (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/FwVol/
DFwVol.c922 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()
925 …PrivateData->CacheSection.AuthenticationStatus [PrivateData->CacheSection.SectionIndex] = Authenti… in ProcessSection()
926 …PrivateData->CacheSection.SectionIndex = (PrivateData->CacheSection.SectionIndex + 1)%CACHE_SETION… in ProcessSection()
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/
DMmu.c157 IN UINT32 SectionIndex, in SyncCacheConfigPage() argument
175 BaseAddress = TT_DESCRIPTOR_PAGE_BASE_ADDRESS(SectionIndex << TT_DESCRIPTOR_SECTION_BASE_SHIFT); in SyncCacheConfigPage()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/
DPeiMain.h140 UINTN SectionIndex; member