Home
last modified time | relevance | path

Searched refs:rt_svc_descs (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-a-3.6.0-3.5.0/common/
Druntime_svc.c40 const rt_svc_desc_t *rt_svc_descs; in handle_runtime_svc() local
50 rt_svc_descs = (rt_svc_desc_t *) RT_SVC_DESCS_START; in handle_runtime_svc()
54 return rt_svc_descs[index].handle(smc_fid, x1, x2, x3, x4, cookie, in handle_runtime_svc()
94 rt_svc_desc_t *rt_svc_descs; in runtime_svc_init() local
107 rt_svc_descs = (rt_svc_desc_t *) RT_SVC_DESCS_START; in runtime_svc_init()
109 rt_svc_desc_t *service = &rt_svc_descs[index]; in runtime_svc_init()
/trusted-firmware-a-3.6.0-3.5.0/include/common/
Dbl_common.ld.h39 KEEP(*(.rt_svc_descs)) \
/trusted-firmware-a-3.6.0-3.5.0/plat/nvidia/tegra/scat/
Dbl31.scat51 *(.rt_svc_descs)
/trusted-firmware-a-3.6.0-3.5.0/docs/design/
Dfirmware-design.rst902 This structure is allocated in a special ELF section ``.rt_svc_descs``, enabling
965 ``rt_svc_descs[]`` array.
985 used as a further index into the ``rt_svc_descs[]`` array to locate the required