Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dsim.c284 CacheResult cachesim_ref(cache_t2* c, Addr a, UChar size) in cachesim_ref() function
318 if ( cachesim_ref( &I1, a, size) == Hit ) return L1_Hit; in cachesim_I1_ref()
319 if ( cachesim_ref( &LL, a, size) == Hit ) return LL_Hit; in cachesim_I1_ref()
326 if ( cachesim_ref( &D1, a, size) == Hit ) return L1_Hit; in cachesim_D1_ref()
327 if ( cachesim_ref( &LL, a, size) == Hit ) return LL_Hit; in cachesim_D1_ref()
426 if ( cachesim_ref( &I1, a, size) == Hit ) return L1_Hit; in cachesim_I1_Read()
438 if ( cachesim_ref( &D1, a, size) == Hit ) return L1_Hit; in cachesim_D1_Read()
450 if ( cachesim_ref( &D1, a, size) == Hit ) { in cachesim_D1_Write()
509 cachesim_ref(&LL, a + 5 * LL.line_size,1); in prefetch_LL_doref()
519 cachesim_ref(&LL, a - 5 * LL.line_size,1); in prefetch_LL_doref()
[all …]