Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/spm/common/aarch64/
H A Dspm_helpers.S10 .global spm_secure_partition_enter symbol
21 func spm_secure_partition_enter
42 endfunc spm_secure_partition_enter
/rk3399_ARM-atf/services/std_svc/spm/common/include/
H A Dspm_common.h38 uint64_t spm_secure_partition_enter(uint64_t *c_rt_ctx);
/rk3399_ARM-atf/services/std_svc/spm/spm_mm/
H A Dspm_mm_main.c83 rc = spm_secure_partition_enter(&ctx->c_rt_ctx); in spm_sp_synchronous_entry()
/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_main.c2395 rc = spm_secure_partition_enter(&ec->c_rt_ctx); in spmc_sp_synchronous_entry()