Searched refs:rt_svc_desc_t (Results 1 – 2 of 2) sorted by relevance
25 static rt_svc_desc_t *rt_svc_descs;28 / sizeof(rt_svc_desc_t))41 const rt_svc_desc_t *rt_svc_descs; in handle_runtime_svc()51 rt_svc_descs = (rt_svc_desc_t *) RT_SVC_DESCS_START; in handle_runtime_svc()62 static int32_t validate_rt_svc_desc(const rt_svc_desc_t *desc) in validate_rt_svc_desc()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()
67 } rt_svc_desc_t; typedef73 static const rt_svc_desc_t __svc_desc_ ## _name \91 CASSERT((sizeof(rt_svc_desc_t) == SIZEOF_RT_SVC_DESC), \93 CASSERT(RT_SVC_DESC_INIT == __builtin_offsetof(rt_svc_desc_t, init), \95 CASSERT(RT_SVC_DESC_HANDLE == __builtin_offsetof(rt_svc_desc_t, handle), \