Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DSmmProfile.c164 BRANCH_TRACE_RECORD *CurrentBTSRecord; in GetSourceFromDestinationOnBts() local
170 CurrentBTSRecord = (BRANCH_TRACE_RECORD *)mMsrDsArea[CpuIndex]->BTSIndex; in GetSourceFromDestinationOnBts()
172 if ((UINTN)CurrentBTSRecord < (UINTN)mMsrBTSRecord[CpuIndex]) { in GetSourceFromDestinationOnBts()
176CurrentBTSRecord = (BRANCH_TRACE_RECORD *)((UINTN)mMsrDsArea[CpuIndex]->BTSAbsoluteMaximum - 1); in GetSourceFromDestinationOnBts()
177 CurrentBTSRecord --; in GetSourceFromDestinationOnBts()
179 if (CurrentBTSRecord->LastBranchTo == DestinationIP) { in GetSourceFromDestinationOnBts()
192 return CurrentBTSRecord->LastBranchFrom; in GetSourceFromDestinationOnBts()
195 CurrentBTSRecord--; in GetSourceFromDestinationOnBts()