Searched refs:optee_context_t (Results 1 – 4 of 4) sorted by relevance
132 } optee_context_t; typedef147 uint64_t opteed_synchronous_sp_entry(optee_context_t *optee_ctx);148 void __dead2 opteed_synchronous_sp_exit(optee_context_t *optee_ctx, uint64_t ret);155 optee_context_t *optee_ctx);157 extern optee_context_t opteed_sp_context[OPTEED_CORE_COUNT];
33 optee_context_t *optee_ctx = &opteed_sp_context[linear_id]; in opteed_cpu_off_handler()66 optee_context_t *optee_ctx = &opteed_sp_context[linear_id]; in opteed_cpu_suspend_handler()99 optee_context_t *optee_ctx = &opteed_sp_context[linear_id]; in opteed_cpu_on_finish_handler()135 optee_context_t *optee_ctx = &opteed_sp_context[linear_id]; in opteed_cpu_suspend_finish_handler()174 optee_context_t *optee_ctx = &opteed_sp_context[linear_id]; in opteed_system_off()194 optee_context_t *optee_ctx = &opteed_sp_context[linear_id]; in opteed_system_reset()
25 uint64_t dt_addr, optee_context_t *optee_ctx) in opteed_init_optee_ep_state()70 uint64_t opteed_synchronous_sp_entry(optee_context_t *optee_ctx) in opteed_synchronous_sp_entry()99 void opteed_synchronous_sp_exit(optee_context_t *optee_ctx, uint64_t ret) in opteed_synchronous_sp_exit()
43 optee_context_t opteed_sp_context[OPTEED_CORE_COUNT];59 optee_context_t *optee_ctx; in opteed_sel1_interrupt_handler()159 optee_context_t *optee_ctx = &opteed_sp_context[linear_id]; in opteed_init()202 optee_context_t *optee_ctx = &opteed_sp_context[linear_id]; in opteed_smc_handler()
Completed in 4 milliseconds