HomeSort by relevance Sort by last modified time
    Searched refs:rt_svc_descs (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/common/
runtime_svc.c 14 * The 'rt_svc_descs' array holds the runtime service descriptors exported by
15 * services by placing them in the 'rt_svc_descs' linker section.
17 * 'rt_svc_descs' array. When an SMC arrives, the OEN[29:24] bits and the call
20 * 'rt_svc_descs' array which contains the SMC handler.
25 static rt_svc_desc_t *rt_svc_descs; variable
41 const rt_svc_desc_t *rt_svc_descs; local
51 rt_svc_descs = (rt_svc_desc_t *) RT_SVC_DESCS_START;
55 return rt_svc_descs[index].handle(smc_fid, x1, x2, x3, x4, cookie,
107 rt_svc_descs = (rt_svc_desc_t *) RT_SVC_DESCS_START;
109 rt_svc_desc_t *service = &rt_svc_descs[index]
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/bl32/sp_min/
sp_min.ld.S 41 KEEP(*(rt_svc_descs))
70 KEEP(*(rt_svc_descs))
  /device/linaro/bootloader/arm-trusted-firmware/bl31/
bl31.ld.S 45 KEEP(*(rt_svc_descs))
82 KEEP(*(rt_svc_descs))
  /device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/
bl31.ld.S 43 KEEP(*(rt_svc_descs))

Completed in 1222 milliseconds