Home | History | Annotate | Download | only in RuntimeDxe

Lines Matching refs:Communicate

118   Initialize the communicate buffer using DataSize and Function.

120 The communicate size is: SMM_COMMUNICATE_HEADER_SIZE + SMM_VARIABLE_COMMUNICATE_HEADER_SIZE +
126 @param[out] DataPtr Points to the data in the communicate buffer.
128 @param[in] Function The function number to initialize the communicate header.
164 Send the data in communicate buffer to SMM.
183 Status = mSmmCommunication->Communicate (mSmmCommunication, mVariableBufferPhysical, &CommSize);
236 // Init the communicate buffer. The buffer data size is:
336 // Init the communicate buffer. The buffer data size is:
407 // Init the communicate buffer. The buffer data size is:
487 // Init the communicate buffer. The buffer data size is:
594 // Init the communicate buffer. The buffer data size is:
715 // Init the communicate buffer. The buffer data size is:
791 // Init the communicate buffer. The buffer data size is:
841 // Init the communicate buffer. The buffer data size is:
870 // Init the communicate buffer. The buffer data size is:
937 // Init the communicate buffer. The buffer data size is:
958 Status = mSmmCommunication->Communicate (mSmmCommunication, CommBuffer, &CommSize);
1004 // Allocate memory for variable communicate buffer.