Home
last modified time | relevance | path

Searched refs:SmiCommand (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCommunication/
DPiSmmCommunicationPei.c294 UINT8 SmiCommand; in Communicate() local
347 SmiCommand = (UINT8)SmmCommunicationContext->SwSmiNumber; in Communicate()
348 Size = sizeof(SmiCommand); in Communicate()
352 (INT8 *)&SmiCommand, in Communicate()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DSmmProfile.c1309 UINT64 SmiCommand; in SmmProfilePFHandler() local
1361 SmiCommand = 0xFFFFFFFFFFFFFFFFULL; in SmmProfilePFHandler()
1376 SmiCommand = (UINT64)SoftSmiValue; in SmmProfilePFHandler()
1390 (SmmProfileEntry[Index].SmiCmd == SmiCommand)) { in SmmProfilePFHandler()
1413 SmmProfileEntry[CurrentEntryNumber].SmiCmd = SmiCommand; in SmmProfilePFHandler()