Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dlibhb_core.c1460 static __attribute__((noinline)) void cacheline_wback ( UWord wix ) in cacheline_wback() argument
1473 VG_(printf)("scache wback line %d\n", (Int)wix); in cacheline_wback()
1475 tl_assert(wix >= 0 && wix < N_WAY_NENT); in cacheline_wback()
1477 tag = cache_shmem.tags0[wix]; in cacheline_wback()
1478 cl = &cache_shmem.lyns0[wix]; in cacheline_wback()
1603 static __attribute__((noinline)) void cacheline_fetch ( UWord wix ) in cacheline_fetch() argument
1612 VG_(printf)("scache fetch line %d\n", (Int)wix); in cacheline_fetch()
1614 tl_assert(wix >= 0 && wix < N_WAY_NENT); in cacheline_fetch()
1616 tag = cache_shmem.tags0[wix]; in cacheline_fetch()
1617 cl = &cache_shmem.lyns0[wix]; in cacheline_fetch()
[all …]