Searched refs:c_rt_ctx (Results 1 – 10 of 10) sorted by relevance
/external/arm-trusted-firmware/services/spd/tspd/ |
D | tspd_common.c | 76 assert(tsp_ctx->c_rt_ctx == 0); in tspd_synchronous_sp_entry() 83 rc = tspd_enter_sp(&tsp_ctx->c_rt_ctx); in tspd_synchronous_sp_entry() 85 tsp_ctx->c_rt_ctx = 0; in tspd_synchronous_sp_entry() 107 assert(tsp_ctx->c_rt_ctx != 0); in tspd_synchronous_sp_exit() 108 tspd_exit_sp(tsp_ctx->c_rt_ctx, ret); in tspd_synchronous_sp_exit()
|
D | tspd_private.h | 186 uint64_t c_rt_ctx; member 216 uint64_t tspd_enter_sp(uint64_t *c_rt_ctx); 217 void __dead2 tspd_exit_sp(uint64_t c_rt_ctx, uint64_t ret);
|
/external/arm-trusted-firmware/services/spd/opteed/ |
D | opteed_common.c | 75 assert(optee_ctx->c_rt_ctx == 0); in opteed_synchronous_sp_entry() 82 rc = opteed_enter_sp(&optee_ctx->c_rt_ctx); in opteed_synchronous_sp_entry() 84 optee_ctx->c_rt_ctx = 0; in opteed_synchronous_sp_entry() 106 assert(optee_ctx->c_rt_ctx != 0); in opteed_synchronous_sp_exit() 107 opteed_exit_sp(optee_ctx->c_rt_ctx, ret); in opteed_synchronous_sp_exit()
|
D | opteed_private.h | 130 uint64_t c_rt_ctx; member 145 uint64_t opteed_enter_sp(uint64_t *c_rt_ctx); 146 void __dead2 opteed_exit_sp(uint64_t c_rt_ctx, uint64_t ret);
|
/external/arm-trusted-firmware/services/spd/tlkd/ |
D | tlkd_common.c | 135 rc = tlkd_enter_sp(&tlk_ctx->c_rt_ctx); in tlkd_synchronous_sp_entry() 137 tlk_ctx->c_rt_ctx = 0; in tlkd_synchronous_sp_entry() 160 assert(tlk_ctx->c_rt_ctx != 0); in tlkd_synchronous_sp_exit() 161 tlkd_exit_sp(tlk_ctx->c_rt_ctx, ret); in tlkd_synchronous_sp_exit()
|
D | tlkd_private.h | 104 uint64_t c_rt_ctx; member 112 uint64_t tlkd_enter_sp(uint64_t *c_rt_ctx); 113 void __dead2 tlkd_exit_sp(uint64_t c_rt_ctx, uint64_t ret);
|
/external/arm-trusted-firmware/services/std_svc/spm_mm/ |
D | spm_mm_private.h | 46 uint64_t c_rt_ctx; member 55 uint64_t spm_secure_partition_enter(uint64_t *c_rt_ctx); 56 void __dead2 spm_secure_partition_exit(uint64_t c_rt_ctx, uint64_t ret);
|
D | spm_mm_main.c | 106 rc = spm_secure_partition_enter(&ctx->c_rt_ctx); in spm_sp_synchronous_entry() 127 spm_secure_partition_exit(ctx->c_rt_ctx, rc); in spm_sp_synchronous_exit()
|
/external/arm-trusted-firmware/services/std_svc/spmd/ |
D | spmd_private.h | 56 uint64_t c_rt_ctx; member 79 uint64_t spmd_spm_core_enter(uint64_t *c_rt_ctx); 80 void __dead2 spmd_spm_core_exit(uint64_t c_rt_ctx, uint64_t ret);
|
D | spmd_main.c | 119 rc = spmd_spm_core_enter(&spmc_ctx->c_rt_ctx); in spmd_spm_core_sync_entry() 146 spmd_spm_core_exit(ctx->c_rt_ctx, rc); in spmd_spm_core_sync_exit()
|