Searched refs:cache_t (Results 1 – 7 of 7) sorted by relevance
/external/valgrind/cachegrind/ |
D | cg_arch.c | 39 static void configure_caches(cache_t* I1c, cache_t* D1c, cache_t* LLc, 44 static const HChar* check_cache(cache_t* cache) in check_cache() 79 static void parse_cache_opt ( cache_t* cache, const HChar* opt, in parse_cache_opt() 117 cache_t* clo_I1c, in VG_() 118 cache_t* clo_D1c, in VG_() 119 cache_t* clo_LLc) in VG_() 137 static void umsg_cache_img(const HChar* desc, cache_t* c) in umsg_cache_img() 145 static void check_cache_or_override(const HChar* desc, cache_t* c, Bool clo_redefined) in check_cache_or_override() 212 maybe_tweak_LLc(cache_t *LLc) in maybe_tweak_LLc() 273 void VG_(post_clo_init_configure_caches)(cache_t* I1c, in VG_() [all …]
|
D | cg_arch.h | 39 } cache_t; typedef 51 cache_t* clo_I1c, 52 cache_t* clo_D1c, 53 cache_t* clo_LLc); 61 void VG_(post_clo_init_configure_caches)(cache_t* I1c, 62 cache_t* D1c, 63 cache_t* LLc, 64 cache_t* clo_I1c, 65 cache_t* clo_D1c, 66 cache_t* clo_LLc);
|
D | cg_sim.c | 54 static void cachesim_initcache(cache_t config, cache_t2* c) in cachesim_initcache() 170 static void cachesim_initcaches(cache_t I1c, cache_t D1c, cache_t LLc) in cachesim_initcaches()
|
D | cg_main.c | 1357 static cache_t clo_I1_cache = UNDEFINED_CACHE; 1358 static cache_t clo_D1_cache = UNDEFINED_CACHE; 1359 static cache_t clo_LL_cache = UNDEFINED_CACHE; 1806 cache_t I1c, D1c, LLc; in cg_post_clo_init()
|
/external/clang/test/Sema/ |
D | compound-literal.c | 16 typedef struct { } cache_t; // expected-warning{{empty struct is a GNU extension}} typedef 17 static cache_t clo_I1_cache = ((cache_t) { } ); // expected-warning{{use of GNU empty initializer e…
|
/external/valgrind/docs/internals/ |
D | porting-to-ARM.txt | 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 };
|
/external/valgrind/callgrind/ |
D | sim.c | 176 static void cachesim_initcache(cache_t config, cache_t2* c) in cachesim_initcache() 1285 static cache_t clo_I1_cache = UNDEFINED_CACHE; 1286 static cache_t clo_D1_cache = UNDEFINED_CACHE; 1287 static cache_t clo_LL_cache = UNDEFINED_CACHE; 1293 cache_t I1c, D1c, LLc; in cachesim_post_clo_init()
|