Searched refs:rt_svc_descs_indices (Results 1 – 3 of 3) sorted by relevance
32 uint8_t rt_svc_descs_indices[MAX_RT_SVCS]; variable47 index = rt_svc_descs_indices[idx]; in get_handler_for_smc_fid()357 (void)memset(rt_svc_descs_indices, -1, sizeof(rt_svc_descs_indices)); in runtime_svc_init()404 rt_svc_descs_indices[start_idx] = index; in runtime_svc_init()
135 extern uint8_t rt_svc_descs_indices[MAX_RT_SVCS];
938 indicate the service is not handled. This ``rt_svc_descs_indices[]`` array is943 The following figure shows how the ``rt_svc_descs_indices[]`` index maps the SMC962 Function ID are combined to index into the ``rt_svc_descs_indices[]`` array. The