Searched refs:BufferPtrAddress (Results 1 – 4 of 4) sorted by relevance
103 EFI_PHYSICAL_ADDRESS *BufferPtrAddress; in PiSmmCommunicationHandler() local107 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() local247 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()
336 …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()
25 EFI_PHYSICAL_ADDRESS BufferPtrAddress; member
30 UINT64 BufferPtrAddress; member