Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/bl32/tsp/
Dtsp_main.c118 tsp_stats[linear_id].eret_count++; in tsp_main()
126 tsp_stats[linear_id].eret_count, in tsp_main()
147 tsp_stats[linear_id].eret_count++; in tsp_cpu_on_main()
156 tsp_stats[linear_id].eret_count, in tsp_cpu_on_main()
188 tsp_stats[linear_id].eret_count++; in tsp_cpu_off_main()
197 tsp_stats[linear_id].eret_count, in tsp_cpu_off_main()
231 tsp_stats[linear_id].eret_count++; in tsp_cpu_suspend_main()
239 tsp_stats[linear_id].eret_count, in tsp_cpu_suspend_main()
269 tsp_stats[linear_id].eret_count++; in tsp_cpu_resume_main()
279 tsp_stats[linear_id].eret_count, in tsp_cpu_resume_main()
[all …]
Dtsp_private.h43 uint32_t eret_count; /* Number of entries on this cpu */ member