Searched refs:MAX_RT_SVCS (Results 1 – 2 of 2) sorted by relevance
24 uint8_t rt_svc_descs_indices[MAX_RT_SVCS];45 assert(idx < MAX_RT_SVCS); in handle_runtime_svc()98 (RT_SVC_DECS_NUM < MAX_RT_SVCS)); in runtime_svc_init()147 assert(start_idx < MAX_RT_SVCS); in runtime_svc_init()150 assert(end_idx < MAX_RT_SVCS); in runtime_svc_init()
39 #define MAX_RT_SVCS 128 macro