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

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

Data Fields

EFI_MM_SW_REGISTER Register
 
EFI_MM_SW_UNREGISTER UnRegister
 
UINTN MaximumSwiValue
 

Detailed Description

Interface structure for the MM Software MMI Dispatch Protocol.

The EFI_MM_SW_DISPATCH_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_MM_SW_REGISTER_CONTEXT is denoted by MaximumSwiValue.

Definition at line 118 of file MmSwDispatch.h.

Field Documentation

◆ MaximumSwiValue

UINTN _EFI_MM_SW_DISPATCH_PROTOCOL::MaximumSwiValue

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

Definition at line 125 of file MmSwDispatch.h.

◆ Register

EFI_MM_SW_REGISTER _EFI_MM_SW_DISPATCH_PROTOCOL::Register

Definition at line 119 of file MmSwDispatch.h.

◆ UnRegister

EFI_MM_SW_UNREGISTER _EFI_MM_SW_DISPATCH_PROTOCOL::UnRegister

Definition at line 120 of file MmSwDispatch.h.


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