Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DSmmProfile.c63 PEBS_RECORD **mMsrPEBSRecord; variable
872mMsrPEBSRecord = (PEBS_RECORD **)AllocateZeroPool (sizeof (PEBS_RECORD *) * PcdGet32 (PcdCpuMaxLog… in InitSmmProfileInternal()
873 ASSERT (mMsrPEBSRecord != NULL); in InitSmmProfileInternal()
881mMsrPEBSRecord[Index] = (PEBS_RECORD *)((UINTN)mMsrDsArea[Index] + MsrDsAreaSizePerCpu - sizeof(PE… in InitSmmProfileInternal()
888 mMsrDsArea[Index]->PEBSBufferBase = (UINTN)mMsrPEBSRecord[Index]; in InitSmmProfileInternal()