Home
last modified time | relevance | path

Searched refs:D1c (Results 1 – 11 of 11) sorted by relevance

/external/valgrind/main/cachegrind/
Dcg-x86-amd64.c62 Int Intel_cache_info(Int level, cache_t* I1c, cache_t* D1c, cache_t* LLc) in Intel_cache_info() argument
126 case 0x0a: *D1c = (cache_t) { 8, 2, 32 }; break; in Intel_cache_info()
127 case 0x0c: *D1c = (cache_t) { 16, 4, 32 }; break; in Intel_cache_info()
128 case 0x0d: *D1c = (cache_t) { 16, 4, 64 }; break; in Intel_cache_info()
129 case 0x0e: *D1c = (cache_t) { 24, 6, 64 }; break; in Intel_cache_info()
130 case 0x2c: *D1c = (cache_t) { 32, 8, 64 }; break; in Intel_cache_info()
196 case 0x60: *D1c = (cache_t) { 16, 8, 64 }; break; /* sectored */ in Intel_cache_info()
197 case 0x66: *D1c = (cache_t) { 8, 4, 64 }; break; /* sectored */ in Intel_cache_info()
198 case 0x67: *D1c = (cache_t) { 16, 4, 64 }; break; /* sectored */ in Intel_cache_info()
199 case 0x68: *D1c = (cache_t) { 32, 4, 64 }; break; /* sectored */ in Intel_cache_info()
[all …]
Dcg-arch.c161 cache_t* D1c, in VG_()
177 VG_(configure_caches)( I1c, D1c, LLc, all_caches_clo_defined ); in VG_()
183 check_cache_or_override ("D1", D1c, DEFINED(clo_D1c)); in VG_()
189 if (DEFINED(clo_D1c)) { *D1c = *clo_D1c; } in VG_()
195 umsg_cache_img ("D1", D1c); in VG_()
Dcg-s390x.c42 void VG_(configure_caches)(cache_t* I1c, cache_t* D1c, cache_t* L2c, in VG_()
107 *D1c = (cache_t) { 131072, 8, 256 }; in VG_()
Dcg-ppc64.c40 void VG_(configure_caches)(cache_t* I1c, cache_t* D1c, cache_t* LLc, in VG_()
45 *D1c = (cache_t) { 65536, 2, 64 }; in VG_()
Dcg-ppc32.c40 void VG_(configure_caches)(cache_t* I1c, cache_t* D1c, cache_t* LLc, in VG_()
45 *D1c = (cache_t) { 65536, 2, 64 }; in VG_()
Dcg-mips32.c40 void VG_(configure_caches)(cache_t* I1c, cache_t* D1c, cache_t* L2c, in VG_()
45 *D1c = (cache_t) { 32768, 4, 32 }; in VG_()
Dcg-arm.c40 void VG_(configure_caches)(cache_t* I1c, cache_t* D1c, cache_t* LLc, in VG_()
45 *D1c = (cache_t) { 16384, 4, 64 }; in VG_()
Dcg_arch.h49 void VG_(configure_caches)(cache_t* I1c, cache_t* D1c, cache_t* LLc,
67 cache_t* D1c,
Dcg_main.c1710 cache_t I1c, D1c, LLc; in cg_post_clo_init() local
1728 VG_(post_clo_init_configure_caches)(&I1c, &D1c, &LLc, in cg_post_clo_init()
1736 min_line_size = (I1c.line_size < D1c.line_size) ? I1c.line_size : D1c.line_size; in cg_post_clo_init()
1754 cachesim_D1_initcache(D1c); in cg_post_clo_init()
/external/valgrind/main/callgrind/
Dsim.c1277 cache_t I1c, D1c, LLc; in cachesim_post_clo_init() local
1301 VG_(post_clo_init_configure_caches)(&I1c, &D1c, &LLc, in cachesim_post_clo_init()
1313 CLG_(min_line_size) = (I1c.line_size < D1c.line_size) in cachesim_post_clo_init()
1314 ? I1c.line_size : D1c.line_size; in cachesim_post_clo_init()
1333 cachesim_initcache(D1c, &D1); in cachesim_post_clo_init()
/external/valgrind/main/docs/internals/
Dporting-to-ARM.txt51 void VG_(configure_caches)(cache_t* I1c, cache_t* D1c, cache_t* L2c,
59 *D1c = (cache_t) { 4096, 2, 32 };