Searched refs:rt_svc_desc_t (Results 1 – 2 of 2) sorted by relevance
26 / sizeof(rt_svc_desc_t))40 const rt_svc_desc_t *rt_svc_descs; in handle_runtime_svc()50 rt_svc_descs = (rt_svc_desc_t *) RT_SVC_DESCS_START; in handle_runtime_svc()61 static int32_t validate_rt_svc_desc(const rt_svc_desc_t *desc) in validate_rt_svc_desc()94 rt_svc_desc_t *rt_svc_descs; in runtime_svc_init()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()
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), \
Completed in 4 milliseconds