| /rk3399_ARM-atf/services/spd/tspd/ |
| H A 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()
|
| H A D | tspd_private.h | 186 uint64_t c_rt_ctx; member 212 uint64_t tspd_enter_sp(uint64_t *c_rt_ctx); 213 void __dead2 tspd_exit_sp(uint64_t c_rt_ctx, uint64_t ret);
|
| /rk3399_ARM-atf/services/spd/opteed/ |
| H A D | opteed_common.c | 76 assert(optee_ctx->c_rt_ctx == 0); in opteed_synchronous_sp_entry() 83 rc = opteed_enter_sp(&optee_ctx->c_rt_ctx); in opteed_synchronous_sp_entry() 85 optee_ctx->c_rt_ctx = 0; in opteed_synchronous_sp_entry() 107 assert(optee_ctx->c_rt_ctx != 0); in opteed_synchronous_sp_exit() 108 opteed_exit_sp(optee_ctx->c_rt_ctx, ret); in opteed_synchronous_sp_exit()
|
| H A D | opteed_private.h | 131 uint64_t c_rt_ctx; member 146 uint64_t opteed_enter_sp(uint64_t *c_rt_ctx); 147 void __dead2 opteed_exit_sp(uint64_t c_rt_ctx, uint64_t ret);
|
| /rk3399_ARM-atf/services/spd/pncd/ |
| H A D | pncd_common.c | 65 assert(pnc_ctx->c_rt_ctx == 0U); in pncd_synchronous_sp_entry() 76 return pncd_enter_sp(&pnc_ctx->c_rt_ctx); in pncd_synchronous_sp_entry() 99 assert(pnc_ctx->c_rt_ctx != 0); in pncd_synchronous_sp_exit() 100 pncd_exit_sp(pnc_ctx->c_rt_ctx, ret); in pncd_synchronous_sp_exit()
|
| H A D | pncd_private.h | 63 uint64_t c_rt_ctx; member 70 uint64_t pncd_enter_sp(uint64_t *c_rt_ctx); 71 void __dead2 pncd_exit_sp(uint64_t c_rt_ctx, uint64_t ret);
|
| /rk3399_ARM-atf/services/spd/tlkd/ |
| H A 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);
|
| H A 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()
|
| /rk3399_ARM-atf/services/std_svc/spm/common/include/ |
| H A D | spm_common.h | 38 uint64_t spm_secure_partition_enter(uint64_t *c_rt_ctx); 39 void __dead2 spm_secure_partition_exit(uint64_t c_rt_ctx, uint64_t ret);
|
| /rk3399_ARM-atf/services/std_svc/spmd/ |
| H A D | spmd_private.h | 51 uint64_t c_rt_ctx; member 89 uint64_t spmd_spm_core_enter(uint64_t *c_rt_ctx); 90 void __dead2 spmd_spm_core_exit(uint64_t c_rt_ctx, uint64_t ret);
|
| H A D | spmd_main.c | 148 rc = spmd_spm_core_enter(&spmc_ctx->c_rt_ctx); in spmd_spm_core_sync_entry() 176 spmd_spm_core_exit(ctx->c_rt_ctx, rc); in spmd_spm_core_sync_exit()
|
| /rk3399_ARM-atf/services/std_svc/rmmd/ |
| H A D | rmmd_private.h | 42 uint64_t c_rt_ctx; member 75 uint64_t rmmd_rmm_enter(uint64_t *c_rt_ctx); 76 void __dead2 rmmd_rmm_exit(uint64_t c_rt_ctx, uint64_t ret);
|
| H A D | rmmd_main.c | 86 rc = rmmd_rmm_enter(&rmm_ctx->c_rt_ctx); in rmmd_rmm_sync_entry() 114 rmmd_rmm_exit(ctx->c_rt_ctx, rc); in rmmd_rmm_sync_exit()
|
| /rk3399_ARM-atf/services/std_svc/spm/spm_mm/ |
| H A D | spm_mm_private.h | 47 uint64_t c_rt_ctx; member
|
| H A D | spm_mm_main.c | 83 rc = spm_secure_partition_enter(&ctx->c_rt_ctx); in spm_sp_synchronous_entry() 104 spm_secure_partition_exit(ctx->c_rt_ctx, rc); in spm_sp_synchronous_exit()
|
| /rk3399_ARM-atf/services/std_svc/spm/el3_spmc/ |
| H A D | spmc.h | 130 uint64_t c_rt_ctx; member
|
| H A D | spmc_main.c | 147 spm_secure_partition_exit(ec->c_rt_ctx, rc); in spmc_sp_synchronous_exit() 2395 rc = spm_secure_partition_enter(&ec->c_rt_ctx); in spmc_sp_synchronous_entry()
|