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

/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/GenericBdsLib/
H A DBdsMisc.c1409 EFI_MEMORY_TYPE_INFORMATION *PreviousMemoryTypeInformation; local
1477 PreviousMemoryTypeInformation = GET_GUID_HOB_DATA (GuidHob);
1487 for (Index = 0; PreviousMemoryTypeInformation[Index].Type != EfiMaxMemoryType; Index++) {
1490 if (PreviousMemoryTypeInformation[Index].Type == CurrentMemoryTypeInformation[Index1].Type) {
1502 Previous = PreviousMemoryTypeInformation[Index].NumberOfPages;
1523 PreviousMemoryTypeInformation[Index].NumberOfPages = Next;
1527 DEBUG ((EFI_D_INFO, " %02x %08x %08x %08x\n", PreviousMemoryTypeInformation[Index].Type, Previous, Current, Next));
1540 PreviousMemoryTypeInformation

Completed in 34 milliseconds