Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
Dtsp_main.c32 work_statistics_t tsp_stats[PLATFORM_CORE_COUNT]; variable
93 tsp_stats[linear_id].smc_count++; in tsp_main()
94 tsp_stats[linear_id].eret_count++; in tsp_main()
95 tsp_stats[linear_id].cpu_on_count++; in tsp_main()
101 tsp_stats[linear_id].smc_count, in tsp_main()
102 tsp_stats[linear_id].eret_count, in tsp_main()
103 tsp_stats[linear_id].cpu_on_count); in tsp_main()
122 tsp_stats[linear_id].smc_count++; in tsp_cpu_on_main()
123 tsp_stats[linear_id].eret_count++; in tsp_cpu_on_main()
124 tsp_stats[linear_id].cpu_on_count++; in tsp_cpu_on_main()
[all …]
Dtsp_interrupt.c30 tsp_stats[linear_id].sync_sel1_intr_count++; in tsp_update_sync_sel1_intr_stats()
32 tsp_stats[linear_id].sync_sel1_intr_ret_count++; in tsp_update_sync_sel1_intr_stats()
41 tsp_stats[linear_id].sync_sel1_intr_count, in tsp_update_sync_sel1_intr_stats()
42 tsp_stats[linear_id].sync_sel1_intr_ret_count); in tsp_update_sync_sel1_intr_stats()
56 tsp_stats[linear_id].preempt_intr_count++; in tsp_handle_preemption()
60 read_mpidr(), tsp_stats[linear_id].preempt_intr_count); in tsp_handle_preemption()
103 tsp_stats[linear_id].sel1_intr_count++; in tsp_common_int_handler()
109 read_mpidr(), tsp_stats[linear_id].sel1_intr_count); in tsp_common_int_handler()
Dtsp_private.h104 extern work_statistics_t tsp_stats[PLATFORM_CORE_COUNT];