Lines Matching defs:index
17 * The 'rt_svc_descs_indices' array holds the index of a descriptor in the
19 * type[31] bit in the function id are combined to get an index into the
20 * 'rt_svc_descs_indices' array. This gives the index of the descriptor in the
38 unsigned int index;
46 index = rt_svc_descs_indices[idx];
47 if (index >= RT_SVC_DECS_NUM)
54 return rt_svc_descs[index].handle(smc_fid, x1, x2, x3, x4, cookie,
87 * The unique oen is used as an index into the 'rt_svc_descs_indices' array.
88 * The index of the runtime service descriptor is stored at this index.
93 uint8_t index, start_idx, end_idx;
108 for (index = 0U; index < RT_SVC_DECS_NUM; index++) {
109 rt_svc_desc_t *service = &rt_svc_descs[index];
141 * owning entity numbers with the index of the
152 rt_svc_descs_indices[start_idx] = index;