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