Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/common/
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()
/trusted-firmware-a-3.7.0/include/common/
Druntime_svc.h135 extern uint8_t rt_svc_descs_indices[MAX_RT_SVCS];
/trusted-firmware-a-3.7.0/bl31/aarch64/
Druntime_exceptions.S440 adrp x14, rt_svc_descs_indices
441 add x14, x14, :lo12:rt_svc_descs_indices
/trusted-firmware-a-3.7.0/docs/design/
Dfirmware-design.rst906 indicate the service is not handled. This ``rt_svc_descs_indices[]`` array is
911 The following figure shows how the ``rt_svc_descs_indices[]`` index maps the SMC
930 Function ID are combined to index into the ``rt_svc_descs_indices[]`` array. The