Searched refs:rt_svc_descs (Results 1 – 4 of 4) sorted by relevance
24 * The 'rt_svc_descs' array holds the runtime service descriptors exported by25 * 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 call30 * 'rt_svc_descs' array which contains the SMC handler.43 const rt_svc_desc_t *rt_svc_descs; in get_handler_for_smc_fid() local 52 rt_svc_descs = (rt_svc_desc_t *) RT_SVC_DESCS_START; in get_handler_for_smc_fid() 54 *handler = rt_svc_descs[index].handle; in get_handler_for_smc_fid() 365 rt_svc_desc_t *rt_svc_descs; in runtime_svc_init() 378 rt_svc_descs = (rt_svc_desc_t *) RT_SVC_DESCS_START; in runtime_svc_init() 380 rt_svc_desc_t *service = &rt_svc_descs[inde in runtime_svc_init() 360 rt_svc_desc_t *rt_svc_descs; runtime_svc_init() local [all...]
39 KEEP(*(.rt_svc_descs)) \
51 *(.rt_svc_descs)
864 This structure is allocated in a special ELF section ``.rt_svc_descs``, enabling927 ``rt_svc_descs[]`` array.947 used as a further index into the ``rt_svc_descs[]`` array to locate the required