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

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

Data Fields

EFI_SMM_SW_REGISTER2 Register
 
EFI_SMM_SW_UNREGISTER2 UnRegister
 
UINTN MaximumSwiValue
 

Detailed Description

Interface structure for the SMM Software SMI Dispatch Protocol.

The EFI_SMM_SW_DISPATCH2_PROTOCOL provides the ability to install child handlers for the given software. These handlers will respond to software interrupts, and the maximum software interrupt in the EFI_SMM_SW_REGISTER_CONTEXT is denoted by MaximumSwiValue.

Definition at line 116 of file SmmSwDispatch2.h.

Field Documentation

◆ MaximumSwiValue

UINTN _EFI_SMM_SW_DISPATCH2_PROTOCOL::MaximumSwiValue

A read-only field that describes the maximum value that can be used in the EFI_SMM_SW_DISPATCH2_PROTOCOL.Register() service.

Definition at line 123 of file SmmSwDispatch2.h.

◆ Register

EFI_SMM_SW_REGISTER2 _EFI_SMM_SW_DISPATCH2_PROTOCOL::Register

Definition at line 117 of file SmmSwDispatch2.h.

◆ UnRegister

EFI_SMM_SW_UNREGISTER2 _EFI_SMM_SW_DISPATCH2_PROTOCOL::UnRegister

Definition at line 118 of file SmmSwDispatch2.h.


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