Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_pm.c89 ec = spmc_get_sp_ec(sp); in spmc_cpu_on_finish_handler()
127 ec = spmc_get_sp_ec(sp); in spmc_send_pm_msg()
H A Dspmc.h268 struct sp_exec_ctx *spmc_get_sp_ec(struct secure_partition_desc *sp);
H A Dspmc_main.c96 struct sp_exec_ctx *spmc_get_sp_ec(struct secure_partition_desc *sp) in spmc_get_sp_ec() function
1729 sp_ctx = spmc_get_sp_ec(sp); in ffa_sec_ep_register_handler()
2413 ec = spmc_get_sp_ec(sp); in sp_init()
2702 ec = spmc_get_sp_ec(sp); in spmc_sp_interrupt_handler()
H A Dspmc_setup.c905 cpu_ctx = &(spmc_get_sp_ec(sp)->cpu_ctx); in spmc_sp_common_ep_commit()