Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
Dtspd_common.c95 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()
Dtspd_private.h207 uint64_t c_rt_ctx; member
237 uint64_t tspd_enter_sp(uint64_t *c_rt_ctx);
238 void __dead2 tspd_exit_sp(uint64_t c_rt_ctx, uint64_t ret);
/device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/
Dopteed_common.c95 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()
Dopteed_private.h152 uint64_t c_rt_ctx; member
167 uint64_t opteed_enter_sp(uint64_t *c_rt_ctx);
168 void __dead2 opteed_exit_sp(uint64_t c_rt_ctx, uint64_t ret);