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.c26 * The 'rt_svc_descs_indices' array holds the index of a descriptor in the
29 * 'rt_svc_descs_indices' array. This gives the index of the descriptor in the
32 uint8_t rt_svc_descs_indices[MAX_RT_SVCS]; variable
47 index = rt_svc_descs_indices[idx]; in get_handler_for_smc_fid()
358 * The unique oen is used as an index into the 'rt_svc_descs_indices' array. in runtime_svc_init()
376 (void)memset(rt_svc_descs_indices, -1, sizeof(rt_svc_descs_indices)); in runtime_svc_init()
423 rt_svc_descs_indices[start_idx] = index;
/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.rst920 indicate the service is not handled. This ``rt_svc_descs_indices[]`` array is
925 The following figure shows how the ``rt_svc_descs_indices[]`` index maps the SMC
944 Function ID are combined to index into the ``rt_svc_descs_indices[]`` array. The