Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Library/CustomizedDisplayLib/
DCustomizedDisplayLibInternal.c857 CHAR16 *BackupBuffer; in PrintInternal() local
869 BackupBuffer = AllocateZeroPool (0x10000); in PrintInternal()
871 ASSERT (BackupBuffer); in PrintInternal()
892 BackupBuffer[Index] = Buffer[Index]; in PrintInternal()
902 Out->OutputString (Out, &BackupBuffer[PreviousIndex]); in PrintInternal()
903 Count = StrLen (&BackupBuffer[PreviousIndex]); in PrintInternal()
938 Out->OutputString (Out, &BackupBuffer[PreviousIndex]); in PrintInternal()
939 Count = StrLen (&BackupBuffer[PreviousIndex]); in PrintInternal()
949 FreePool (BackupBuffer); in PrintInternal()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
DMpLib.h201 UINTN BackupBuffer; member
DMpLib.c1314 CpuMpData->BackupBuffer = BackupBufferAddr; in MpInitLibInitialize()
2090 (VOID *) CpuMpData->BackupBuffer, in BackupAndPrepareWakeupBuffer()
2113 (VOID *) CpuMpData->BackupBuffer, in RestoreWakeupBuffer()