TianoCore EDK2 master
Loading...
Searching...
No Matches
EFI_SMM_SW_CONTEXT Struct Reference

#include <MdePkg/Include/Protocol/SmmSwDispatch2.h>

Data Fields

UINTN SwSmiCpuIndex
 
UINT8 CommandPort
 
UINT8 DataPort
 

Detailed Description

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_SMM_SW_CONTEXT indicating the index of the CPU which generated the software SMI.

Definition at line 35 of file SmmSwDispatch2.h.

Field Documentation

◆ CommandPort

UINT8 EFI_SMM_SW_CONTEXT::CommandPort

This value corresponds directly to the CommandPort parameter used in the call to Trigger().

Definition at line 43 of file SmmSwDispatch2.h.

◆ DataPort

UINT8 EFI_SMM_SW_CONTEXT::DataPort

This value corresponds directly to the DataPort parameter used in the call to Trigger().

Definition at line 47 of file SmmSwDispatch2.h.

◆ SwSmiCpuIndex

UINTN EFI_SMM_SW_CONTEXT::SwSmiCpuIndex

The 0-based index of the CPU which generated the software SMI.

Definition at line 39 of file SmmSwDispatch2.h.


The documentation for this struct was generated from the following file: