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

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

Data Fields

UINT32 Revision
 
UINT32 Attributes
 
EFI_MM_GET_NUMBER_OF_PROCESSORS GetNumberOfProcessors
 
EFI_MM_DISPATCH_PROCEDURE DispatchProcedure
 
EFI_MM_BROADCAST_PROCEDURE BroadcastProcedure
 
EFI_MM_SET_STARTUP_PROCEDURE SetStartupProcedure
 
EFI_CHECK_FOR_PROCEDURE CheckForProcedure
 
EFI_WAIT_FOR_PROCEDURE WaitForProcedure
 

Detailed Description

The MM MP protocol provides a set of functions to allow execution of procedures on processors that have entered MM.

Definition at line 316 of file MmMp.h.

Field Documentation

◆ Attributes

UINT32 _EFI_MM_MP_PROTOCOL::Attributes

Definition at line 318 of file MmMp.h.

◆ BroadcastProcedure

EFI_MM_BROADCAST_PROCEDURE _EFI_MM_MP_PROTOCOL::BroadcastProcedure

Definition at line 321 of file MmMp.h.

◆ CheckForProcedure

EFI_CHECK_FOR_PROCEDURE _EFI_MM_MP_PROTOCOL::CheckForProcedure

Definition at line 323 of file MmMp.h.

◆ DispatchProcedure

EFI_MM_DISPATCH_PROCEDURE _EFI_MM_MP_PROTOCOL::DispatchProcedure

Definition at line 320 of file MmMp.h.

◆ GetNumberOfProcessors

EFI_MM_GET_NUMBER_OF_PROCESSORS _EFI_MM_MP_PROTOCOL::GetNumberOfProcessors

Definition at line 319 of file MmMp.h.

◆ Revision

UINT32 _EFI_MM_MP_PROTOCOL::Revision

Definition at line 317 of file MmMp.h.

◆ SetStartupProcedure

EFI_MM_SET_STARTUP_PROCEDURE _EFI_MM_MP_PROTOCOL::SetStartupProcedure

Definition at line 322 of file MmMp.h.

◆ WaitForProcedure

EFI_WAIT_FOR_PROCEDURE _EFI_MM_MP_PROTOCOL::WaitForProcedure

Definition at line 324 of file MmMp.h.


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