Lines Matching defs:start_index
190 const uint16_t start_index,
197 uint64_t arg3 = start_index | (uint64_t)tag << 16;
414 uint16_t start_index;
434 start_index = (uint16_t)(x3 & 0xFFFFU);
453 if (start_index >= lp_count) {
454 VERBOSE("start_index = %d, lp_count = %d (start index must be"
456 start_index, lp_count);
462 num_entries_to_ret = (max_idx - start_index) + 1;
465 curr_idx = start_index + num_entries_to_ret - 1;
473 for (uint16_t idx = start_index; idx <= curr_idx; ++idx) {
502 const uint16_t start_index,
536 spmd_build_ffa_info_get_regs(ctx, target_uuid, start_index, tag);