Searched refs:rt_svc_desc_t (Results 1 – 2 of 2) sorted by relevance
68 } rt_svc_desc_t; typedef74 static const rt_svc_desc_t __svc_desc_ ## _name \93 CASSERT((sizeof(rt_svc_desc_t) == SIZEOF_RT_SVC_DESC),95 CASSERT(RT_SVC_DESC_INIT == __builtin_offsetof(rt_svc_desc_t, init),97 CASSERT(RT_SVC_DESC_HANDLE == __builtin_offsetof(rt_svc_desc_t, handle),
37 / sizeof(rt_svc_desc_t))43 const rt_svc_desc_t *rt_svc_descs; in get_handler_for_smc_fid()52 rt_svc_descs = (rt_svc_desc_t *) RT_SVC_DESCS_START; in get_handler_for_smc_fid()313 static int32_t validate_rt_svc_desc(const rt_svc_desc_t *desc) in validate_rt_svc_desc()346 rt_svc_desc_t *rt_svc_descs; in runtime_svc_init()359 rt_svc_descs = (rt_svc_desc_t *) RT_SVC_DESCS_START; in runtime_svc_init()361 rt_svc_desc_t *service = &rt_svc_descs[index]; in runtime_svc_init()