Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_pm.c43 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in spmc_cpu_on_finish_handler()
119 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in spmc_send_pm_msg()
206 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in spmc_cpu_suspend_finish_handler()
239 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in spmc_cpu_suspend_handler()
268 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in spmc_cpu_off_handler()
H A Dspmc_main.c87 struct secure_partition_desc *spmc_get_current_sp_ctx(void) in spmc_get_current_sp_ctx() function
130 return &(spmc_get_current_sp_ctx()->mailbox); in spmc_get_mbox_desc()
363 return spmc_get_current_sp_ctx()->ffa_version; in get_partition_ffa_version()
408 if ((secure_origin && src_id != spmc_get_current_sp_ctx()->sp_id) || in direct_req_smc_handler()
644 sp = spmc_get_current_sp_ctx(); in msg_wait_handler()
728 sp = spmc_get_current_sp_ctx(); in ffa_error_handler()
805 spmc_get_current_sp_ctx()->ffa_version); in ffa_version_handler()
1302 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in ffa_features_retrieve_request()
1460 spmc_get_current_sp_ctx()->sp_id); in ffa_id_get_handler()
1715 sp = spmc_get_current_sp_ctx(); in ffa_sec_ep_register_handler()
[all …]
H A Dspmc.h262 struct secure_partition_desc *spmc_get_current_sp_ctx(void);
H A Dspmc_shared_mem.c1532 struct secure_partition_desc *sp_ctx = spmc_get_current_sp_ctx(); in spmc_ffa_mem_retrieve_req()
1949 struct secure_partition_desc *sp_ctx = spmc_get_current_sp_ctx(); in spmc_ffa_mem_relinquish()