Home | History | Annotate | Download | only in cachegrind

Lines Matching refs:cache_t

39 } cache_t;
49 void VG_(configure_caches)(cache_t* I1c, cache_t* D1c, cache_t* LLc,
53 // then parses arg to set the relevant cache_t elements.
56 cache_t* clo_I1c,
57 cache_t* clo_D1c,
58 cache_t* clo_LLc);
66 void VG_(post_clo_init_configure_caches)(cache_t* I1c,
67 cache_t* D1c,
68 cache_t* LLc,
69 cache_t* clo_I1c,
70 cache_t* clo_D1c,
71 cache_t* clo_LLc);