Searched refs:rt_svc_descs_indices (Results 1 – 3 of 3) sorted by relevance
26 * The 'rt_svc_descs_indices' array holds the index of a descriptor in the29 * 'rt_svc_descs_indices' array. This gives the index of the descriptor in the32 uint8_t rt_svc_descs_indices[MAX_RT_SVCS]; variable 47 index = rt_svc_descs_indices[idx]; in get_handler_for_smc_fid() 358 * The unique oen is used as an index into the 'rt_svc_descs_indices' array. in runtime_svc_init() 376 (void)memset(rt_svc_descs_indices, -1, sizeof(rt_svc_descs_indices)); in runtime_svc_init() 423 rt_svc_descs_indices[start_idx] = index;
135 extern uint8_t rt_svc_descs_indices[MAX_RT_SVCS];
920 indicate the service is not handled. This ``rt_svc_descs_indices[]`` array is925 The following figure shows how the ``rt_svc_descs_indices[]`` index maps the SMC944 Function ID are combined to index into the ``rt_svc_descs_indices[]`` array. The