Home | History | Annotate | Download | only in cachegrind

Lines Matching defs:line_size

45 static void micro_ops_warn(Int actual_size, Int used_size, Int line_size)
50 used_size, line_size);
251 UInt line_size = (*(UInt *)&info[4] & 0x7ff) + 1;
255 c.size = assoc * parts * line_size * sets / 1024;
257 c.line_size = line_size;
393 D1c->line_size = (D1i >> 0) & 0xff;
397 I1c->line_size = (I1i >> 0) & 0xff;
401 LLc->line_size = (L2i >> 0) & 0xff;
410 LLc->line_size = (L3i >> 0) & 0xff;
448 D1c->line_size = 16;
451 I1c->line_size = 16;
454 LLc->line_size = 16;
499 if (LLc->size > 0 && LLc->assoc > 0 && LLc->line_size > 0) {
500 Long nSets = (Long)LLc->size / (Long)(LLc->line_size * LLc->assoc);