Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/services/std_svc/spm/el3_spmc/
Dspmc.h272 struct secure_partition_desc *spmc_get_sp_ctx(uint16_t id);
Dspmc_main.c84 struct secure_partition_desc *spmc_get_sp_ctx(uint16_t id) in spmc_get_sp_ctx() function
178 if (spmc_get_sp_ctx(partition_id)) { in is_ffa_secure_id_valid()
280 sp = spmc_get_sp_ctx(dst_id); in direct_msg_validate_dst_id()
385 sp = spmc_get_sp_ctx(dst_id); in direct_req_smc_handler()
457 sp = spmc_get_sp_ctx(ffa_endpoint_source(x1)); in direct_resp_smc_handler()
1338 sp = spmc_get_sp_ctx(target_id); in ffa_run_handler()
Dspmc_shared_mem.c823 if (spmc_get_sp_ctx(ep_id) == NULL) { in spmc_shmem_check_obj()