Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
DFaultTolerantWriteSmm.c311 SMM_FTW_ALLOCATE_HEADER *SmmFtwAllocateHeader; in SmmFaultTolerantWriteHandler() local
373 SmmFtwAllocateHeader = (SMM_FTW_ALLOCATE_HEADER *) SmmFtwFunctionHeader->Data; in SmmFaultTolerantWriteHandler()
376 &SmmFtwAllocateHeader->CallerId, in SmmFaultTolerantWriteHandler()
377 SmmFtwAllocateHeader->PrivateDataSize, in SmmFaultTolerantWriteHandler()
378 SmmFtwAllocateHeader->NumberOfWrites in SmmFaultTolerantWriteHandler()
DFaultTolerantWriteSmmDxe.c214 SMM_FTW_ALLOCATE_HEADER *SmmFtwAllocateHeader; in FtwAllocate() local
220 …InitCommunicateBuffer ((VOID **)&SmmCommunicateHeader, (VOID **)&SmmFtwAllocateHeader, PayloadSize… in FtwAllocate()
221 CopyGuid (&SmmFtwAllocateHeader->CallerId, CallerId); in FtwAllocate()
222 SmmFtwAllocateHeader->PrivateDataSize = PrivateDataSize; in FtwAllocate()
223 SmmFtwAllocateHeader->NumberOfWrites = NumberOfWrites; in FtwAllocate()