Home
last modified time | relevance | path

Searched refs:rt_svc_descs_indices (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/common/
H A Druntime_svc.c32 uint8_t rt_svc_descs_indices[MAX_RT_SVCS]; variable
47 index = rt_svc_descs_indices[idx]; in get_handler_for_smc_fid()
357 (void)memset(rt_svc_descs_indices, -1, sizeof(rt_svc_descs_indices)); in runtime_svc_init()
404 rt_svc_descs_indices[start_idx] = index; in runtime_svc_init()
/rk3399_ARM-atf/include/common/
H A Druntime_svc.h135 extern uint8_t rt_svc_descs_indices[MAX_RT_SVCS];
/rk3399_ARM-atf/docs/design/
H A Dfirmware-design.rst938 indicate the service is not handled. This ``rt_svc_descs_indices[]`` array is
943 The following figure shows how the ``rt_svc_descs_indices[]`` index maps the SMC
962 Function ID are combined to index into the ``rt_svc_descs_indices[]`` array. The