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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Ppi/
H A DPpi.c57 UINTN OldHeapBottom; local
61 OldHeapBottom = (UINTN)SecCoreData->PeiTemporaryRamBase;
72 ((UINTN)PpiPointer->Raw >= OldHeapBottom)) {
89 ((UINTN)PpiPointer->Ppi->Guid >= OldHeapBottom)) {
107 (UINTN)PpiPointer->Ppi->Ppi >= OldHeapBottom) {

Completed in 33 milliseconds