Home
last modified time | relevance | path

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

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/helgrind/
H A Dlibhb_core.c471 #define N_LINE_BITS 6 /* must be >= 3 */ macro
472 #define N_LINE_ARANGE (1 << N_LINE_BITS)
1099 zix = smoff >> N_LINE_BITS; in find_ZF_for_reading()
1128 zix = smoff >> N_LINE_BITS; in find_Z_for_writing()
1688 Word ga_ix = (ga >> N_LINE_BITS) & (N_WAY_NENT - 1); in shmem__invalidate_scache_range()
1755 UWord wix = (a >> N_LINE_BITS) & (N_WAY_NENT - 1); in get_cacheline()
1773 UWord wix = (a >> N_LINE_BITS) & (N_WAY_NENT - 1); in get_cacheline_MISS()
6104 UWord wix = (a >> N_LINE_BITS) & (N_WAY_NENT - 1); in zsm_sset_range()
6152 wix = (aligned_start >> N_LINE_BITS) & (N_WAY_NENT - 1); in zsm_sset_range()
7302 UWord wix = (b >> N_LINE_BITS) & (N_WAY_NENT - 1); in libhb_srange_get_abits()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/helgrind/
H A Dlibhb_core.c471 #define N_LINE_BITS 6 /* must be >= 3 */ macro
472 #define N_LINE_ARANGE (1 << N_LINE_BITS)
1099 zix = smoff >> N_LINE_BITS; in find_ZF_for_reading()
1128 zix = smoff >> N_LINE_BITS; in find_Z_for_writing()
1688 Word ga_ix = (ga >> N_LINE_BITS) & (N_WAY_NENT - 1); in shmem__invalidate_scache_range()
1755 UWord wix = (a >> N_LINE_BITS) & (N_WAY_NENT - 1); in get_cacheline()
1773 UWord wix = (a >> N_LINE_BITS) & (N_WAY_NENT - 1); in get_cacheline_MISS()
6104 UWord wix = (a >> N_LINE_BITS) & (N_WAY_NENT - 1); in zsm_sset_range()
6152 wix = (aligned_start >> N_LINE_BITS) & (N_WAY_NENT - 1); in zsm_sset_range()
7302 UWord wix = (b >> N_LINE_BITS) & (N_WAY_NENT - 1); in libhb_srange_get_abits()
[all …]