Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/spd/tspd/
H A Dtspd_pm.c34 tsp_context_t *tsp_ctx = &tspd_sp_context[linear_id]; in tspd_cpu_off_handler()
73 tsp_context_t *tsp_ctx = &tspd_sp_context[linear_id]; in tspd_cpu_suspend_handler()
113 tsp_context_t *tsp_ctx = &tspd_sp_context[linear_id]; in tspd_cpu_on_finish_handler()
158 tsp_context_t *tsp_ctx = &tspd_sp_context[linear_id]; in tspd_cpu_suspend_finish_handler()
202 tsp_context_t *tsp_ctx = &tspd_sp_context[linear_id]; in tspd_system_off()
228 tsp_context_t *tsp_ctx = &tspd_sp_context[linear_id]; in tspd_system_reset()
H A Dtspd_main.c44 tsp_context_t tspd_sp_context[TSPD_CORE_COUNT]; variable
118 tsp_ctx = &tspd_sp_context[linear_id]; in tspd_sel1_interrupt_handler()
283 &tspd_sp_context[linear_id]); in tspd_setup()
309 tsp_context_t *tsp_ctx = &tspd_sp_context[linear_id]; in tspd_init()
352 tsp_context_t *tsp_ctx = &tspd_sp_context[linear_id]; in tspd_smc_handler()
H A Dtspd_private.h224 extern tsp_context_t tspd_sp_context[TSPD_CORE_COUNT];