Lines Matching refs:rt_svc_descs
24 * The 'rt_svc_descs' array holds the runtime service descriptors exported by
25 * services by placing them in the 'rt_svc_descs' linker section.
27 * 'rt_svc_descs' array. When an SMC arrives, the OEN[29:24] bits and the call
30 * 'rt_svc_descs' array which contains the SMC handler.
43 const rt_svc_desc_t *rt_svc_descs;
52 rt_svc_descs = (rt_svc_desc_t *) RT_SVC_DESCS_START;
54 *handler = rt_svc_descs[index].handle;
365 rt_svc_desc_t *rt_svc_descs;
378 rt_svc_descs = (rt_svc_desc_t *) RT_SVC_DESCS_START;
380 rt_svc_desc_t *service = &rt_svc_descs[index];