Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/common/
Dtst_perf.c84 CC_PAL_PERF_OPEN_NEW_ENTRY(tmp, 0); // type has no meaning in TST_PerfStatsCycleStart()
104 CC_PAL_PERF_OPEN_NEW_ENTRY(curCycles, opType); // type has no meaning in TST_PerfStatsCycleEnd()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/pal/
Dcc_pal_perf.h105 #define CC_PAL_PERF_OPEN_NEW_ENTRY(num, type) num = CC_PalPerfOpenNewEntry(type) macro
162 #define CC_PAL_PERF_OPEN_NEW_ENTRY(num, type) (num=num) macro