Searched refs:PreviousMemoryTypeInformation (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
H A DBmMisc.c138 EFI_MEMORY_TYPE_INFORMATION *PreviousMemoryTypeInformation; local
206 PreviousMemoryTypeInformation = GET_GUID_HOB_DATA (GuidHob);
216 for (Index = 0; PreviousMemoryTypeInformation[Index].Type != EfiMaxMemoryType; Index++) {
219 if (PreviousMemoryTypeInformation[Index].Type == CurrentMemoryTypeInformation[Index1].Type) {
231 Previous = PreviousMemoryTypeInformation[Index].NumberOfPages;
253 PreviousMemoryTypeInformation[Index].NumberOfPages = Next;
257 DEBUG ((EFI_D_INFO, " %02x %08x %08x %08x\n", PreviousMemoryTypeInformation[Index].Type, Previous, Current, Next));
270 PreviousMemoryTypeInformation
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c1310 EFI_MEMORY_TYPE_INFORMATION *PreviousMemoryTypeInformation; local
1378 PreviousMemoryTypeInformation = GET_GUID_HOB_DATA (GuidHob);
1388 for (Index = 0; PreviousMemoryTypeInformation[Index].Type != EfiMaxMemoryType; Index++) {
1391 if (PreviousMemoryTypeInformation[Index].Type == CurrentMemoryTypeInformation[Index1].Type) {
1403 Previous = PreviousMemoryTypeInformation[Index].NumberOfPages;
1425 PreviousMemoryTypeInformation[Index].NumberOfPages = Next;
1429 DEBUG ((EFI_D_INFO, " %02x %08x %08x %08x\n", PreviousMemoryTypeInformation[Index].Type, Previous, Current, Next));
1442 PreviousMemoryTypeInformation
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c1302 EFI_MEMORY_TYPE_INFORMATION *PreviousMemoryTypeInformation; local
1370 PreviousMemoryTypeInformation = GET_GUID_HOB_DATA (GuidHob);
1380 for (Index = 0; PreviousMemoryTypeInformation[Index].Type != EfiMaxMemoryType; Index++) {
1383 if (PreviousMemoryTypeInformation[Index].Type == CurrentMemoryTypeInformation[Index1].Type) {
1395 Previous = PreviousMemoryTypeInformation[Index].NumberOfPages;
1417 PreviousMemoryTypeInformation[Index].NumberOfPages = Next;
1421 DEBUG ((EFI_D_INFO, " %02x %08x %08x %08x\n", PreviousMemoryTypeInformation[Index].Type, Previous, Current, Next));
1434 PreviousMemoryTypeInformation

Completed in 67 milliseconds