Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
DBmMisc.c141 EFI_MEMORY_TYPE_INFORMATION *CurrentMemoryTypeInformation; in BmSetMemoryTypeInformationVariable() local
190 (VOID **) &CurrentMemoryTypeInformation in BmSetMemoryTypeInformationVariable()
192 if (EFI_ERROR (Status) || CurrentMemoryTypeInformation == NULL) { in BmSetMemoryTypeInformationVariable()
220 for (Index1 = 0; CurrentMemoryTypeInformation[Index1].Type != EfiMaxMemoryType; Index1++) { in BmSetMemoryTypeInformationVariable()
221 if (PreviousMemoryTypeInformation[Index].Type == CurrentMemoryTypeInformation[Index1].Type) { in BmSetMemoryTypeInformationVariable()
225 if (CurrentMemoryTypeInformation[Index1].Type == EfiMaxMemoryType) { in BmSetMemoryTypeInformationVariable()
234 Current = CurrentMemoryTypeInformation[Index1].NumberOfPages; in BmSetMemoryTypeInformationVariable()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsMisc.c1311 EFI_MEMORY_TYPE_INFORMATION *CurrentMemoryTypeInformation; in BdsSetMemoryTypeInformationVariable() local
1360 (VOID **) &CurrentMemoryTypeInformation in BdsSetMemoryTypeInformationVariable()
1362 if (EFI_ERROR (Status) || CurrentMemoryTypeInformation == NULL) { in BdsSetMemoryTypeInformationVariable()
1390 for (Index1 = 0; CurrentMemoryTypeInformation[Index1].Type != EfiMaxMemoryType; Index1++) { in BdsSetMemoryTypeInformationVariable()
1391 if (PreviousMemoryTypeInformation[Index].Type == CurrentMemoryTypeInformation[Index1].Type) { in BdsSetMemoryTypeInformationVariable()
1395 if (CurrentMemoryTypeInformation[Index1].Type == EfiMaxMemoryType) { in BdsSetMemoryTypeInformationVariable()
1404 Current = CurrentMemoryTypeInformation[Index1].NumberOfPages; in BdsSetMemoryTypeInformationVariable()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
DBdsMisc.c1303 EFI_MEMORY_TYPE_INFORMATION *CurrentMemoryTypeInformation; in BdsSetMemoryTypeInformationVariable() local
1352 (VOID **) &CurrentMemoryTypeInformation in BdsSetMemoryTypeInformationVariable()
1354 if (EFI_ERROR (Status) || CurrentMemoryTypeInformation == NULL) { in BdsSetMemoryTypeInformationVariable()
1382 for (Index1 = 0; CurrentMemoryTypeInformation[Index1].Type != EfiMaxMemoryType; Index1++) { in BdsSetMemoryTypeInformationVariable()
1383 if (PreviousMemoryTypeInformation[Index].Type == CurrentMemoryTypeInformation[Index1].Type) { in BdsSetMemoryTypeInformationVariable()
1387 if (CurrentMemoryTypeInformation[Index1].Type == EfiMaxMemoryType) { in BdsSetMemoryTypeInformationVariable()
1396 Current = CurrentMemoryTypeInformation[Index1].NumberOfPages; in BdsSetMemoryTypeInformationVariable()