Lines Matching defs:index
73 s32 index:16;
149 * @index: Row of this CPU in its HFI table
155 s16 index;
159 static DEFINE_PER_CPU(struct hfi_cpu_info, hfi_cpu_info) = { .index = -1 };
179 s16 index;
181 index = per_cpu(hfi_cpu_info, cpu).index;
182 caps = hfi_instance->data + index * hfi_features.cpu_stride;
331 /* Do not re-read @cpu's index if it has already been initialized. */
332 if (info->index > -1)
336 info->index = edx.split.index;