Home
last modified time | relevance | path

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

/rk3399_ARM-atf/common/
H A Druntime_svc.c23 uint8_t rt_svc_descs_indices[MAX_RT_SVCS]; variable
46 index = rt_svc_descs_indices[idx]; in handle_runtime_svc()
105 (void)memset(rt_svc_descs_indices, -1, sizeof(rt_svc_descs_indices)); in runtime_svc_init()
152 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/bl31/aarch64/
H A Druntime_exceptions.S427 adrp x14, rt_svc_descs_indices
428 add x14, x14, :lo12:rt_svc_descs_indices
/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