Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/services/spd/tspd/
Dtspd_pm.c47 rc = tspd_synchronous_sp_entry(tsp_ctx); in tspd_cpu_off_handler()
86 rc = tspd_synchronous_sp_entry(tsp_ctx); in tspd_cpu_suspend_handler()
132 rc = tspd_synchronous_sp_entry(tsp_ctx); in tspd_cpu_on_finish_handler()
164 rc = tspd_synchronous_sp_entry(tsp_ctx); in tspd_cpu_suspend_finish_handler()
209 tspd_synchronous_sp_entry(tsp_ctx); in tspd_system_off()
237 tspd_synchronous_sp_entry(tsp_ctx); in tspd_system_reset()
Dtspd_common.c71 uint64_t tspd_synchronous_sp_entry(tsp_context_t *tsp_ctx) in tspd_synchronous_sp_entry() function
133 uint64_t rc = tspd_synchronous_sp_entry(tsp_ctx); in tspd_abort_preempted_smc()
Dtspd_private.h219 uint64_t tspd_synchronous_sp_entry(tsp_context_t *tsp_ctx);
Dtspd_main.c326 rc = tspd_synchronous_sp_entry(tsp_ctx); in tspd_init()