Lines Matching refs:kind
593 get_cache(UInt level, VexCacheKind kind)
595 Bool is_insn_cache = kind == INSN_CACHE;
600 return VEX_CACHE_INIT(kind, level + 1, size, line_size, assoc);
682 const HChar *kind;
684 switch (c->kind) {
685 case INSN_CACHE: kind = "insn"; break;
686 case DATA_CACHE: kind = "data"; break;
687 case UNIFIED_CACHE: kind = "unified"; break;
688 default: kind = "unknown"; break;
690 VG_(debugLog)(1, "cache", " kind = %s\n", kind);
704 /* There must be at most one cache of a given kind at the same level.
713 switch (ci->caches[i].kind) {
726 "kind at level %u\n", level);