Home | History | Annotate | Download | only in internals

Lines Matching full:cache_t

51 void VG_(configure_caches)(cache_t* I1c, cache_t* D1c, cache_t* L2c,
58 *I1c = (cache_t) { 4096, 2, 32 };
59 *D1c = (cache_t) { 4096, 2, 32 };
60 *L2c = (cache_t) { 262144, 8, 64 };