Home
last modified time | relevance | path

Searched refs:rt_svc_desc_t (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a/common/
A Druntime_svc.c26 / 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()
/trusted-firmware-a/include/common/
A Druntime_svc.h68 } rt_svc_desc_t; typedef
74 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