Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/services/spd/tspd/
A Dtspd_common.c76 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()
A Dtspd_private.h186 uint64_t c_rt_ctx; member
217 uint64_t tspd_enter_sp(uint64_t *c_rt_ctx);
218 void __dead2 tspd_exit_sp(uint64_t c_rt_ctx, uint64_t ret);
/arm-trusted-firmware-2.8.0/services/spd/opteed/
A Dopteed_common.c75 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()
A Dopteed_private.h130 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);
/arm-trusted-firmware-2.8.0/services/std_svc/rmmd/
A Drmmd_private.h40 uint64_t c_rt_ctx; member
55 uint64_t rmmd_rmm_enter(uint64_t *c_rt_ctx);
56 void __dead2 rmmd_rmm_exit(uint64_t c_rt_ctx, uint64_t ret);
A Drmmd_main.c74 rc = rmmd_rmm_enter(&rmm_ctx->c_rt_ctx); in rmmd_rmm_sync_entry()
104 rmmd_rmm_exit(ctx->c_rt_ctx, rc); in rmmd_rmm_sync_exit()
/arm-trusted-firmware-2.8.0/services/spd/pncd/
A Dpncd_common.c65 assert(pnc_ctx->c_rt_ctx == 0U); in pncd_synchronous_sp_entry()
75 return pncd_enter_sp(&pnc_ctx->c_rt_ctx); in pncd_synchronous_sp_entry()
97 assert(pnc_ctx->c_rt_ctx != 0); in pncd_synchronous_sp_exit()
98 pncd_exit_sp(pnc_ctx->c_rt_ctx, ret); in pncd_synchronous_sp_exit()
A Dpncd_private.h63 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);
/arm-trusted-firmware-2.8.0/services/std_svc/spmd/
A Dspmd_private.h51 uint64_t c_rt_ctx; member
75 uint64_t spmd_spm_core_enter(uint64_t *c_rt_ctx);
76 void __dead2 spmd_spm_core_exit(uint64_t c_rt_ctx, uint64_t ret);
A Dspmd_main.c133 rc = spmd_spm_core_enter(&spmc_ctx->c_rt_ctx); in spmd_spm_core_sync_entry()
161 spmd_spm_core_exit(ctx->c_rt_ctx, rc); in spmd_spm_core_sync_exit()
/arm-trusted-firmware-2.8.0/services/std_svc/spm/common/include/
A Dspm_common.h37 uint64_t spm_secure_partition_enter(uint64_t *c_rt_ctx);
38 void __dead2 spm_secure_partition_exit(uint64_t c_rt_ctx, uint64_t ret);
/arm-trusted-firmware-2.8.0/services/spd/tlkd/
A Dtlkd_private.h104 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);
A Dtlkd_common.c135 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()
/arm-trusted-firmware-2.8.0/services/std_svc/spm/spm_mm/
A Dspm_mm_private.h47 uint64_t c_rt_ctx; member
A Dspm_mm_main.c107 rc = spm_secure_partition_enter(&ctx->c_rt_ctx); in spm_sp_synchronous_entry()
128 spm_secure_partition_exit(ctx->c_rt_ctx, rc); in spm_sp_synchronous_exit()
/arm-trusted-firmware-2.8.0/services/std_svc/spm/el3_spmc/
A Dspmc.h124 uint64_t c_rt_ctx; member
A Dspmc_main.c129 spm_secure_partition_exit(ec->c_rt_ctx, rc); in spmc_sp_synchronous_exit()
1681 rc = spm_secure_partition_enter(&ec->c_rt_ctx); in spmc_sp_synchronous_entry()

Completed in 28 milliseconds