Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/spd/opteed/
H A Dopteed_private.h133 } optee_context_t; typedef
148 uint64_t opteed_synchronous_sp_entry(optee_context_t *optee_ctx);
149 void __dead2 opteed_synchronous_sp_exit(optee_context_t *optee_ctx, uint64_t ret);
153 optee_context_t *optee_ctx);
156 extern optee_context_t opteed_sp_context[OPTEED_CORE_COUNT];
H A Dopteed_pm.c33 optee_context_t *optee_ctx = &opteed_sp_context[linear_id]; in opteed_cpu_off_handler()
70 optee_context_t *optee_ctx = &opteed_sp_context[linear_id]; in opteed_cpu_suspend_handler()
107 optee_context_t *optee_ctx = &opteed_sp_context[linear_id]; in opteed_cpu_on_finish_handler()
144 optee_context_t *optee_ctx = &opteed_sp_context[linear_id]; in opteed_cpu_suspend_finish_handler()
190 optee_context_t *optee_ctx = &opteed_sp_context[linear_id]; in opteed_system_off()
218 optee_context_t *optee_ctx = &opteed_sp_context[linear_id]; in opteed_system_reset()
H A Dopteed_common.c25 optee_context_t *optee_ctx) in opteed_init_optee_ep_state()
71 uint64_t opteed_synchronous_sp_entry(optee_context_t *optee_ctx) in opteed_synchronous_sp_entry()
100 void opteed_synchronous_sp_exit(optee_context_t *optee_ctx, uint64_t ret) in opteed_synchronous_sp_exit()
H A Dopteed_main.c57 optee_context_t opteed_sp_context[OPTEED_CORE_COUNT];
90 optee_context_t *optee_ctx; in opteed_sel1_interrupt_handler()
263 optee_context_t *optee_ctx = &opteed_sp_context[linear_id]; in opteed_init_with_entry_point()
619 optee_context_t *optee_ctx = &opteed_sp_context[linear_id]; in opteed_smc_handler()