Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/bl31/
Druntime_svc.c48 static rt_svc_desc_t *rt_svc_descs;
53 static int32_t validate_rt_svc_desc(rt_svc_desc_t *desc) in validate_rt_svc_desc()
89 rt_svc_descs_num /= sizeof(rt_svc_desc_t); in runtime_svc_init()
96 rt_svc_descs = (rt_svc_desc_t *) RT_SVC_DESCS_START; in runtime_svc_init()
/device/linaro/bootloader/arm-trusted-firmware/include/bl31/
Druntime_svc.h208 } rt_svc_desc_t; typedef
214 static const rt_svc_desc_t __svc_desc_ ## _name \
232 CASSERT((sizeof(rt_svc_desc_t) == SIZEOF_RT_SVC_DESC), \
234 CASSERT(RT_SVC_DESC_INIT == __builtin_offsetof(rt_svc_desc_t, init), \
236 CASSERT(RT_SVC_DESC_HANDLE == __builtin_offsetof(rt_svc_desc_t, handle), \