Home
last modified time | relevance | path

Searched refs:spmc_get_sp_ctx (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc.h298 struct secure_partition_desc *spmc_get_sp_ctx(uint16_t id);
H A Dspmc_main.c102 struct secure_partition_desc *spmc_get_sp_ctx(uint16_t id) in spmc_get_sp_ctx() function
196 if (spmc_get_sp_ctx(partition_id)) { in is_ffa_secure_id_valid()
299 sp = spmc_get_sp_ctx(dst_id); in direct_msg_validate_dst_id()
450 sp = spmc_get_sp_ctx(dst_id); in direct_req_smc_handler()
546 sp = spmc_get_sp_ctx(ffa_endpoint_source(x1)); in direct_resp_smc_handler()
1523 sp = spmc_get_sp_ctx(target_id); in ffa_run_handler()
H A Dspmc_shared_mem.c841 if (spmc_get_sp_ctx(ep_id) == NULL) { in spmc_shmem_check_obj()