Lines Matching refs:sp
40 struct secure_partition_desc *sp) in spmc_create_boot_info() argument
60 if (sp->ffa_version == MAKE_FFA_VERSION(1, 0)) { in spmc_create_boot_info()
96 boot_header->version = sp->ffa_version; in spmc_create_boot_info()
149 unsigned int get_ec_index(struct secure_partition_desc *sp) in get_ec_index() argument
155 void spmc_el1_sp_setup(struct secure_partition_desc *sp, in spmc_el1_sp_setup() argument
159 assert(sp != NULL); in spmc_el1_sp_setup()
179 if (sp->secondary_ep != 0U) { in spmc_el1_sp_setup()
184 assert(sp->secondary_ep == ep_info->pc); in spmc_el1_sp_setup()
190 void spmc_sp_common_setup(struct secure_partition_desc *sp, in spmc_sp_common_setup() argument
197 if (sp->sp_id == INV_SP_ID) { in spmc_sp_common_setup()
211 sp->sp_id = sp_id; in spmc_sp_common_setup()
218 assert(sp->runtime_el == S_EL1); in spmc_sp_common_setup()
227 spmc_create_boot_info(ep_info, sp); in spmc_sp_common_setup()
270 void spmc_sp_common_ep_commit(struct secure_partition_desc *sp, in spmc_sp_common_ep_commit() argument
275 cpu_ctx = &(spmc_get_sp_ec(sp)->cpu_ctx); in spmc_sp_common_ep_commit()