Searched refs:c_rt_ctx (Results 1 – 6 of 6) sorted by relevance
74 assert(tsp_ctx->c_rt_ctx == 0); in tspd_synchronous_sp_entry()81 rc = tspd_enter_sp(&tsp_ctx->c_rt_ctx); in tspd_synchronous_sp_entry()83 tsp_ctx->c_rt_ctx = 0; in tspd_synchronous_sp_entry()105 assert(tsp_ctx->c_rt_ctx != 0); in tspd_synchronous_sp_exit()106 tspd_exit_sp(tsp_ctx->c_rt_ctx, ret); in tspd_synchronous_sp_exit()
184 uint64_t c_rt_ctx; member214 uint64_t tspd_enter_sp(uint64_t *c_rt_ctx);215 void __dead2 tspd_exit_sp(uint64_t c_rt_ctx, uint64_t ret);
73 assert(optee_ctx->c_rt_ctx == 0); in opteed_synchronous_sp_entry()80 rc = opteed_enter_sp(&optee_ctx->c_rt_ctx); in opteed_synchronous_sp_entry()82 optee_ctx->c_rt_ctx = 0; in opteed_synchronous_sp_entry()104 assert(optee_ctx->c_rt_ctx != 0); in opteed_synchronous_sp_exit()105 opteed_exit_sp(optee_ctx->c_rt_ctx, ret); in opteed_synchronous_sp_exit()
128 uint64_t c_rt_ctx; member143 uint64_t opteed_enter_sp(uint64_t *c_rt_ctx);144 void __dead2 opteed_exit_sp(uint64_t c_rt_ctx, uint64_t ret);
126 assert(tlk_ctx->c_rt_ctx == 0); in tlkd_synchronous_sp_entry()133 rc = tlkd_enter_sp(&tlk_ctx->c_rt_ctx); in tlkd_synchronous_sp_entry()135 tlk_ctx->c_rt_ctx = 0; in tlkd_synchronous_sp_entry()158 assert(tlk_ctx->c_rt_ctx != 0); in tlkd_synchronous_sp_exit()159 tlkd_exit_sp(tlk_ctx->c_rt_ctx, ret); in tlkd_synchronous_sp_exit()
102 uint64_t c_rt_ctx; member110 uint64_t tlkd_enter_sp(uint64_t *c_rt_ctx);111 void __dead2 tlkd_exit_sp(uint64_t c_rt_ctx, uint64_t ret);