Searched refs:VexCache (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/VEX/pub/
H A Dlibvex.h257 } VexCache; typedef in typeref:struct:__anon15702
259 /* Convenience macro to initialise a VexCache */
261 ({ (VexCache) { .kind = _kind, .level = _level, .sizeB = _size, \
276 VexCache *caches;
/external/valgrind/cachegrind/
H A Dcg_arch.c328 static const VexCache *
331 const VexCache *c;
350 const VexCache *i1, *d1, *ll;
/external/valgrind/coregrind/
H A Dm_cache.c50 add_cache(VexCacheInfo *ci, VexCache cache)
85 VexCache c = \
592 static VexCache
681 VexCache *c = ci->caches + i;

Completed in 135 milliseconds