Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCommunication/
DPiSmmCommunicationSmm.c103 EFI_PHYSICAL_ADDRESS *BufferPtrAddress; in PiSmmCommunicationHandler() local
107 BufferPtrAddress = (EFI_PHYSICAL_ADDRESS *)(UINTN)mSmmCommunicationContext.BufferPtrAddress; in PiSmmCommunicationHandler()
108 CommunicateHeader = (EFI_SMM_COMMUNICATE_HEADER *)(UINTN)*BufferPtrAddress; in PiSmmCommunicationHandler()
206 EFI_PHYSICAL_ADDRESS *BufferPtrAddress; in PiSmmCommunicationSmmEntryPoint() local
247 BufferPtrAddress = AllocateAcpiNvsMemoryBelow4G (sizeof(EFI_PHYSICAL_ADDRESS)); in PiSmmCommunicationSmmEntryPoint()
248 ASSERT (BufferPtrAddress != NULL); in PiSmmCommunicationSmmEntryPoint()
249 …%016lx, BufferPtr: 0x%016lx\n", (EFI_PHYSICAL_ADDRESS)(UINTN)BufferPtrAddress, *BufferPtrAddress)); in PiSmmCommunicationSmmEntryPoint()
250 mSmmCommunicationAcpiTable.BufferPtrAddress = (EFI_PHYSICAL_ADDRESS)(UINTN)BufferPtrAddress; in PiSmmCommunicationSmmEntryPoint()
265 mSmmCommunicationContext.BufferPtrAddress = mSmmCommunicationAcpiTable.BufferPtrAddress; in PiSmmCommunicationSmmEntryPoint()
DPiSmmCommunicationPei.c336 …x\n", SmmCommunicationContext->BufferPtrAddress, *(EFI_PHYSICAL_ADDRESS *)(UINTN)SmmCommunicationC… in Communicate()
341 …*(EFI_PHYSICAL_ADDRESS *)(UINTN)SmmCommunicationContext->BufferPtrAddress = (EFI_PHYSICAL_ADDRESS)… in Communicate()
362 *(EFI_PHYSICAL_ADDRESS *)(UINTN)SmmCommunicationContext->BufferPtrAddress = 0; in Communicate()
DPiSmmCommunicationPrivate.h25 EFI_PHYSICAL_ADDRESS BufferPtrAddress; member
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
DUefiAcpiDataTable.h30 UINT64 BufferPtrAddress; member