Searched refs:cache_t2 (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/cachegrind/ |
D | cg_sim.c | 51 } cache_t2; typedef 54 static void cachesim_initcache(cache_t config, cache_t2* c) in cachesim_initcache() 89 Bool cachesim_setref_is_miss(cache_t2* c, UInt set_no, UWord tag) in cachesim_setref_is_miss() 126 Bool cachesim_ref_is_miss(cache_t2* c, Addr a, UChar size) in cachesim_ref_is_miss() 166 static cache_t2 LL; 167 static cache_t2 I1; 168 static cache_t2 D1;
|
/external/valgrind/callgrind/ |
D | sim.c | 88 } cache_t2; typedef 94 static cache_t2 I1, D1, LL; 154 static void cachesim_clearcache(cache_t2* c) in cachesim_clearcache() 173 static void cacheuse_initcache(cache_t2* c); 176 static void cachesim_initcache(cache_t config, cache_t2* c) in cachesim_initcache() 214 static void print_cache(cache_t2* c) 248 CacheResult cachesim_setref(cache_t2* c, UInt set_no, UWord tag) in cachesim_setref() 284 CacheResult cachesim_ref(cache_t2* c, Addr a, UChar size) in cachesim_ref() 354 CacheResult cachesim_setref_wb(cache_t2* c, RefType ref, UInt set_no, UWord tag) in cachesim_setref_wb() 393 CacheResult cachesim_ref_wb(cache_t2* c, RefType ref, Addr a, UChar size) in cachesim_ref_wb() [all …]
|