Searched defs:CurrentMemoryTypeInformation (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c1410 EFI_MEMORY_TYPE_INFORMATION *CurrentMemoryTypeInformation; local
1459 (VOID **) &CurrentMemoryTypeInformation
1461 if (EFI_ERROR (Status) || CurrentMemoryTypeInformation == NULL) {
1489 for (Index1 = 0; CurrentMemoryTypeInformation[Index1].Type != EfiMaxMemoryType; Index1++) {
1490 if (PreviousMemoryTypeInformation[Index].Type == CurrentMemoryTypeInformation[Index1].Type) {
1494 if (CurrentMemoryTypeInformation[Index1].Type == EfiMaxMemoryType) {
1503 Current = CurrentMemoryTypeInformation[Index1].NumberOfPages;

Completed in 59 milliseconds