Lines Matching refs:args
69 if (ep_info->args.arg1 > max_manifest_sz) { in spmc_create_boot_info()
72 max_manifest_sz, ep_info->args.arg1); in spmc_create_boot_info()
120 boot_descriptor->size_boot_info = (uint32_t) ep_info->args.arg1; in spmc_create_boot_info()
126 memcpy((void *) manifest_addr, (void *) ep_info->args.arg0, in spmc_create_boot_info()
170 ep_info->args.arg4 = (uintptr_t) plat_my_core_pos(); in spmc_el1_sp_setup()
185 ep_info->args.arg0 = FFA_WB_TYPE_S2RAM; in spmc_el1_sp_setup()
234 zeromem(&ep_info->args, sizeof(ep_info->args)); in spmc_sp_common_setup()
242 ep_info->args.arg0 = (uintptr_t) ffa_boot_info_mem; in spmc_sp_common_setup()
245 ep_info->args.arg1 = (uintptr_t) ffa_boot_info_mem; in spmc_sp_common_setup()
248 ep_info->args.arg2 = (uintptr_t) ffa_boot_info_mem; in spmc_sp_common_setup()
251 ep_info->args.arg3 = (uintptr_t) ffa_boot_info_mem; in spmc_sp_common_setup()
262 zeromem(&ep_info->args, sizeof(ep_info->args)); in spmc_sp_common_setup()