TianoCore EDK2 master
|
#include <MdePkg/Include/Protocol/MmSwDispatch.h>
Data Fields | |
UINTN | SwMmiCpuIndex |
UINT8 | CommandPort |
UINT8 | DataPort |
The DispatchFunction will be called with Context set to the same value as was passed into this function in RegisterContext and with CommBuffer (and CommBufferSize) pointing to an instance of EFI_MM_SW_CONTEXT indicating the index of the CPU which generated the software MMI.
Definition at line 37 of file MmSwDispatch.h.
UINT8 EFI_MM_SW_CONTEXT::CommandPort |
This value corresponds directly to the CommandPort parameter used in the call to Trigger().
Definition at line 45 of file MmSwDispatch.h.
UINT8 EFI_MM_SW_CONTEXT::DataPort |
This value corresponds directly to the DataPort parameter used in the call to Trigger().
Definition at line 49 of file MmSwDispatch.h.
UINTN EFI_MM_SW_CONTEXT::SwMmiCpuIndex |
The 0-based index of the CPU which generated the software MMI.
Definition at line 41 of file MmSwDispatch.h.