Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/IntelFspPkg/Include/Private/
DFspMeasurePointId.h36 #define FSP_PERF_ID_API_TMPRAMINIT_ENTRY 0xF0 macro
37 #define FSP_PERF_ID_API_TMPRAMINIT_EXIT (FSP_PERF_ID_API_TMPRAMINIT_ENTRY + 1)
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/
DSecFsp.c126 ((UINT8 *)(&FspData->PerfData[0]))[7] = FSP_PERF_ID_API_TMPRAMINIT_ENTRY; in SecGetPlatformData()