Home
last modified time | relevance | path

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

/rk3399_ARM-atf/bl32/tsp/
H A Dtsp_main.c47 tsp_stats[linear_id].eret_count++; in tsp_main()
53 tsp_stats[linear_id].eret_count, in tsp_main()
74 tsp_stats[linear_id].eret_count++; in tsp_cpu_on_main()
81 tsp_stats[linear_id].eret_count, in tsp_cpu_on_main()
111 tsp_stats[linear_id].eret_count++; in tsp_cpu_off_main()
118 tsp_stats[linear_id].eret_count, in tsp_cpu_off_main()
150 tsp_stats[linear_id].eret_count++; in tsp_cpu_suspend_main()
156 tsp_stats[linear_id].eret_count, in tsp_cpu_suspend_main()
184 tsp_stats[linear_id].eret_count++; in tsp_cpu_resume_main()
192 tsp_stats[linear_id].eret_count, in tsp_cpu_resume_main()
[all …]
H A Dtsp_common.c97 tsp_stats[linear_id].eret_count++; in tsp_system_off_main()
102 tsp_stats[linear_id].eret_count); in tsp_system_off_main()
125 tsp_stats[linear_id].eret_count++; in tsp_system_reset_main()
130 tsp_stats[linear_id].eret_count); in tsp_system_reset_main()
H A Dtsp_ffa_main.c300 tsp_stats[linear_id].eret_count++; in tsp_cpu_off_main()
307 tsp_stats[linear_id].eret_count, in tsp_cpu_off_main()
338 tsp_stats[linear_id].eret_count++; in tsp_cpu_suspend_main()
344 tsp_stats[linear_id].eret_count, in tsp_cpu_suspend_main()
371 tsp_stats[linear_id].eret_count++; in tsp_cpu_resume_main()
379 tsp_stats[linear_id].eret_count, in tsp_cpu_resume_main()
613 tsp_stats[linear_id].eret_count++; in tsp_main()
619 tsp_stats[linear_id].eret_count, in tsp_main()
643 tsp_stats[linear_id].eret_count++; in tsp_cpu_on_main()
649 tsp_stats[linear_id].eret_count, in tsp_cpu_on_main()
H A Dtsp_private.h37 uint32_t eret_count; /* Number of entries on this cpu */ member