Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dlibhb_core.c562 #define N_WAY_NENT (1 << N_WAY_BITS) macro
573 CacheLine lyns0[N_WAY_NENT];
574 Addr tags0[N_WAY_NENT];
1475 tl_assert(wix >= 0 && wix < N_WAY_NENT); in cacheline_wback()
1614 tl_assert(wix >= 0 && wix < N_WAY_NENT); in cacheline_fetch()
1658 Word ga_ix = (ga >> N_LINE_BITS) & (N_WAY_NENT - 1); in shmem__invalidate_scache_range()
1661 if (nwix > N_WAY_NENT) in shmem__invalidate_scache_range()
1662 nwix = N_WAY_NENT; // no need to check several times the same entry. in shmem__invalidate_scache_range()
1668 if (UNLIKELY(ga_ix == N_WAY_NENT)) in shmem__invalidate_scache_range()
1679 for (wix = 0; wix < N_WAY_NENT; wix++) { in shmem__flush_and_invalidate_scache()
[all …]