Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/Ppi/
DPpi.c52 IN PEI_PPI_LIST_POINTERS *PpiPointer, in ConvertSinglePpiPointer() argument
59 if (((UINTN)PpiPointer->Raw < TempTop) && in ConvertSinglePpiPointer()
60 ((UINTN)PpiPointer->Raw >= TempBottom)) { in ConvertSinglePpiPointer()
66 PpiPointer->Raw = (VOID *) ((UINTN)PpiPointer->Raw + Offset); in ConvertSinglePpiPointer()
68 PpiPointer->Raw = (VOID *) ((UINTN)PpiPointer->Raw - Offset); in ConvertSinglePpiPointer()
76 if (((UINTN)PpiPointer->Ppi->Guid < TempTop) && in ConvertSinglePpiPointer()
77 ((UINTN)PpiPointer->Ppi->Guid >= TempBottom)) { in ConvertSinglePpiPointer()
83 PpiPointer->Ppi->Guid = (VOID *) ((UINTN)PpiPointer->Ppi->Guid + Offset); in ConvertSinglePpiPointer()
85 PpiPointer->Ppi->Guid = (VOID *) ((UINTN)PpiPointer->Ppi->Guid - Offset); in ConvertSinglePpiPointer()
93 if ((UINTN)PpiPointer->Ppi->Ppi < TempTop && in ConvertSinglePpiPointer()
[all …]