Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DCpuS3.c818 IN CPU_REGISTER_TABLE *DestinationRegisterTableList, in CopyRegisterTable() argument
827 …CopyMem (DestinationRegisterTableList, SourceRegisterTableList, NumberOfCpus * sizeof (CPU_REGISTE… in CopyRegisterTable()
829DestinationRegisterTableList[Index].RegisterTableEntry = AllocatePool (DestinationRegisterTableLis… in CopyRegisterTable()
830 ASSERT (DestinationRegisterTableList[Index].RegisterTableEntry != NULL); in CopyRegisterTable()
831 …CopyMem (DestinationRegisterTableList[Index].RegisterTableEntry, SourceRegisterTableList[Index].Re… in CopyRegisterTable()
835 RegisterTableEntry = DestinationRegisterTableList[Index].RegisterTableEntry; in CopyRegisterTable()
836 …for (Index1 = 0; Index1 < DestinationRegisterTableList[Index].TableLength; Index1++, RegisterTable… in CopyRegisterTable()