Lines Matching full:desc_line
79 char desc_line[128];
194 VG_(sprintf)(c->desc_line, "%d B, %d B, direct-mapped%s",
198 VG_(sprintf)(c->desc_line, "%d B, %d B, %d-way associative%s",
654 CLG_DEBUG(6, "Config %s:\n", c->desc_line);
1475 p = VG_(sprintf)(buf, "\ndesc: I1 cache: %s\n", I1.desc_line);
1476 p += VG_(sprintf)(buf+p, "desc: D1 cache: %s\n", D1.desc_line);
1477 VG_(sprintf)(buf+p, "desc: LL cache: %s\n", LL.desc_line);