TianoCore EDK2 master
Loading...
Searching...
No Matches
CryptDispatchApMm.c
Go to the documentation of this file.
1
9#include "CryptParallelHash.h"
11
16VOID
17EFIAPI
19 VOID
20 )
21{
22 UINTN Index;
23
24 if (gMmst == NULL) {
25 return;
26 }
27
28 for (Index = 0; Index < gMmst->NumberOfCpus; Index++) {
29 if (Index != gMmst->CurrentlyExecutingCpu) {
31 }
32 }
33
34 return;
35}
UINT64 UINTN
VOID EFIAPI DispatchBlockToAp(VOID)
VOID EFIAPI ParallelHashApExecute(IN VOID *ProcedureArgument)
#define NULL
Definition: Base.h:319
UINTN CurrentlyExecutingCpu
Definition: PiMmCis.h:292
EFI_MM_STARTUP_THIS_AP MmStartupThisAp
Definition: PiMmCis.h:282