Searched refs:CurrentMemoryTypeInformation (Results 1 – 3 of 3) sorted by relevance
141 EFI_MEMORY_TYPE_INFORMATION *CurrentMemoryTypeInformation; in BmSetMemoryTypeInformationVariable() local190 (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()
1311 EFI_MEMORY_TYPE_INFORMATION *CurrentMemoryTypeInformation; in BdsSetMemoryTypeInformationVariable() local1360 (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()
1303 EFI_MEMORY_TYPE_INFORMATION *CurrentMemoryTypeInformation; in BdsSetMemoryTypeInformationVariable() local1352 (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()