MdeModulePkg[all]  0.98
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SmmCommunication.h File Reference

Data Structures

struct  _EFI_PEI_SMM_COMMUNICATION_PPI
 

Macros

#define EFI_PEI_SMM_COMMUNICATION_PPI_GUID
 

Typedefs

typedef struct
_EFI_PEI_SMM_COMMUNICATION_PPI 
EFI_PEI_SMM_COMMUNICATION_PPI
 
typedef EFI_STATUS(EFIAPI * EFI_PEI_SMM_COMMUNICATE )(IN CONST EFI_PEI_SMM_COMMUNICATION_PPI *This, IN OUT VOID *CommBuffer, IN OUT UINTN *CommSize)
 

Variables

EFI_GUID gEfiPeiSmmCommunicationPpiGuid
 

Detailed Description

EFI SMM Communication PPI definition.

This Ppi provides a means of communicating between PEIM and SMI handlers inside of SMM. This Ppi is produced and consumed only in S3 resume boot path. It is NOT available in normal boot path.

Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

Macro Definition Documentation

#define EFI_PEI_SMM_COMMUNICATION_PPI_GUID
Value:
{ \
0xae933e1c, 0xcc47, 0x4e38, { 0x8f, 0xe, 0xe2, 0xf6, 0x1d, 0x26, 0x5, 0xdf } \
}

Typedef Documentation

typedef EFI_STATUS(EFIAPI * EFI_PEI_SMM_COMMUNICATE)(IN CONST EFI_PEI_SMM_COMMUNICATION_PPI *This, IN OUT VOID *CommBuffer, IN OUT UINTN *CommSize)

Communicates with a registered handler.

This function provides a service to send and receive messages from a registered UEFI service.

Parameters
[in]ThisThe EFI_PEI_SMM_COMMUNICATION_PPI instance.
[in]CommBufferA pointer to the buffer to convey into SMRAM.
[in]CommSizeThe size of the data buffer being passed in.On exit, the size of data being returned. Zero if the handler does not wish to reply with any data.
Return values
EFI_SUCCESSThe message was successfully posted.
EFI_INVALID_PARAMETERThe CommBuffer was NULL.

Variable Documentation

EFI_GUID gEfiPeiSmmCommunicationPpiGuid