Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
Dtspd_common.c74 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()
Dtspd_private.h184 uint64_t c_rt_ctx; member
214 uint64_t tspd_enter_sp(uint64_t *c_rt_ctx);
215 void __dead2 tspd_exit_sp(uint64_t c_rt_ctx, uint64_t ret);
/device/linaro/bootloader/arm-trusted-firmware/services/spd/opteed/
Dopteed_common.c73 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()
Dopteed_private.h128 uint64_t c_rt_ctx; member
143 uint64_t opteed_enter_sp(uint64_t *c_rt_ctx);
144 void __dead2 opteed_exit_sp(uint64_t c_rt_ctx, uint64_t ret);
/device/linaro/bootloader/arm-trusted-firmware/services/spd/tlkd/
Dtlkd_common.c126 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()
Dtlkd_private.h102 uint64_t c_rt_ctx; member
110 uint64_t tlkd_enter_sp(uint64_t *c_rt_ctx);
111 void __dead2 tlkd_exit_sp(uint64_t c_rt_ctx, uint64_t ret);