Searched refs:D1c (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/cachegrind/ |
D | cg_arch.c | 39 static void configure_caches(cache_t* I1c, cache_t* D1c, cache_t* LLc, 274 cache_t* D1c, in VG_() 290 configure_caches( I1c, D1c, LLc, all_caches_clo_defined ); in VG_() 298 check_cache_or_override ("D1", D1c, DEFINED(clo_D1c)); in VG_() 304 if (DEFINED(clo_D1c)) { *D1c = *clo_D1c; } in VG_() 310 umsg_cache_img ("D1", D1c); in VG_() 345 configure_caches(cache_t *I1c, cache_t *D1c, cache_t *LLc, in configure_caches() argument 392 *D1c = (cache_t) { d1->sizeB, d1->assoc, d1->line_sizeB }; in configure_caches() 405 *D1c = (cache_t) { 65536, 2, 64 }; in configure_caches() 412 *D1c = (cache_t) { 65536, 2, 64 }; in configure_caches() [all …]
|
D | cg_arch.h | 62 cache_t* D1c,
|
D | cg_sim.c | 170 static void cachesim_initcaches(cache_t I1c, cache_t D1c, cache_t LLc) in cachesim_initcaches() argument 173 cachesim_initcache(D1c, &D1); in cachesim_initcaches()
|
D | cg_main.c | 1806 cache_t I1c, D1c, LLc; in cg_post_clo_init() local 1824 VG_(post_clo_init_configure_caches)(&I1c, &D1c, &LLc, in cg_post_clo_init() 1832 min_line_size = (I1c.line_size < D1c.line_size) ? I1c.line_size : D1c.line_size; in cg_post_clo_init() 1849 cachesim_initcaches(I1c, D1c, LLc); in cg_post_clo_init()
|
/external/valgrind/callgrind/ |
D | sim.c | 1293 cache_t I1c, D1c, LLc; in cachesim_post_clo_init() local 1317 VG_(post_clo_init_configure_caches)(&I1c, &D1c, &LLc, in cachesim_post_clo_init() 1329 CLG_(min_line_size) = (I1c.line_size < D1c.line_size) in cachesim_post_clo_init() 1330 ? I1c.line_size : D1c.line_size; in cachesim_post_clo_init() 1349 cachesim_initcache(D1c, &D1); in cachesim_post_clo_init()
|
/external/valgrind/docs/internals/ |
D | porting-to-ARM.txt | 51 void VG_(configure_caches)(cache_t* I1c, cache_t* D1c, cache_t* L2c, 59 *D1c = (cache_t) { 4096, 2, 32 };
|