Searched refs:c_rt_ctx (Results 1 – 4 of 4) sorted by relevance
95 assert(tsp_ctx->c_rt_ctx == 0); in tspd_synchronous_sp_entry()102 rc = tspd_enter_sp(&tsp_ctx->c_rt_ctx); in tspd_synchronous_sp_entry()104 tsp_ctx->c_rt_ctx = 0; in tspd_synchronous_sp_entry()126 assert(tsp_ctx->c_rt_ctx != 0); in tspd_synchronous_sp_exit()127 tspd_exit_sp(tsp_ctx->c_rt_ctx, ret); in tspd_synchronous_sp_exit()
207 uint64_t c_rt_ctx; member237 uint64_t tspd_enter_sp(uint64_t *c_rt_ctx);238 void __dead2 tspd_exit_sp(uint64_t c_rt_ctx, uint64_t ret);
95 assert(optee_ctx->c_rt_ctx == 0); in opteed_synchronous_sp_entry()102 rc = opteed_enter_sp(&optee_ctx->c_rt_ctx); in opteed_synchronous_sp_entry()104 optee_ctx->c_rt_ctx = 0; in opteed_synchronous_sp_entry()126 assert(optee_ctx->c_rt_ctx != 0); in opteed_synchronous_sp_exit()127 opteed_exit_sp(optee_ctx->c_rt_ctx, ret); in opteed_synchronous_sp_exit()
152 uint64_t c_rt_ctx; member167 uint64_t opteed_enter_sp(uint64_t *c_rt_ctx);168 void __dead2 opteed_exit_sp(uint64_t c_rt_ctx, uint64_t ret);