Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/spmd/
H A Dspmd_logical_sp.c239 uint16_t array_index = lp_count; in spmd_fill_lp_info_array() local
243 (*partitions)[array_index].ep_id = lp->sp_id; in spmd_fill_lp_info_array()
244 (*partitions)[array_index].execution_ctx_count = 1; in spmd_fill_lp_info_array()
245 (*partitions)[array_index].properties = lp->properties; in spmd_fill_lp_info_array()
246 (*partitions)[array_index].properties |= in spmd_fill_lp_info_array()
250 memcpy(&((*partitions)[array_index].protocol_uuid), in spmd_fill_lp_info_array()
255 memset(&((*partitions)[array_index].image_uuid), in spmd_fill_lp_info_array()
259 (*partitions)[array_index].ffa_version = FFA_VERSION_COMPILED; in spmd_fill_lp_info_array()