OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tsp_stats
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/bl32/tsp/
tsp_main.c
32
work_statistics_t
tsp_stats
[PLATFORM_CORE_COUNT];
variable
93
tsp_stats
[linear_id].smc_count++;
94
tsp_stats
[linear_id].eret_count++;
95
tsp_stats
[linear_id].cpu_on_count++;
101
tsp_stats
[linear_id].smc_count,
102
tsp_stats
[linear_id].eret_count,
103
tsp_stats
[linear_id].cpu_on_count);
122
tsp_stats
[linear_id].smc_count++;
123
tsp_stats
[linear_id].eret_count++;
124
tsp_stats
[linear_id].cpu_on_count++
[
all
...]
tsp_interrupt.c
30
tsp_stats
[linear_id].sync_sel1_intr_count++;
32
tsp_stats
[linear_id].sync_sel1_intr_ret_count++;
41
tsp_stats
[linear_id].sync_sel1_intr_count,
42
tsp_stats
[linear_id].sync_sel1_intr_ret_count);
56
tsp_stats
[linear_id].preempt_intr_count++;
60
read_mpidr(),
tsp_stats
[linear_id].preempt_intr_count);
103
tsp_stats
[linear_id].sel1_intr_count++;
109
read_mpidr(),
tsp_stats
[linear_id].sel1_intr_count);
tsp_private.h
104
extern work_statistics_t
tsp_stats
[PLATFORM_CORE_COUNT];
Completed in 60 milliseconds