Lines Matching refs:address_msb
109 UWord address_msb(const Addr a) in address_msb() function
233 tl_assert(address_msb(make_address(0, a)) == 0); in bm0_mask()
242 tl_assert(address_msb(make_address(0, a)) == 0); in bm0_set()
257 tl_assert(address_msb(make_address(0, a)) == 0); in bm0_set_range()
258 tl_assert(address_msb(make_address(0, a + size - 1)) == 0); in bm0_set_range()
269 tl_assert(address_msb(make_address(0, a)) == 0); in bm0_clear()
283 tl_assert(address_msb(make_address(0, a)) == 0); in bm0_clear_range()
284 tl_assert(size == 0 || address_msb(make_address(0, a + size - 1)) == 0); in bm0_clear_range()
303 tl_assert(address_msb(make_address(0, a)) == 0); in bm0_is_set()
318 tl_assert(address_msb(make_address(0, a)) == 0); in bm0_is_any_set()
319 tl_assert(address_msb(make_address(0, a + size - 1)) == 0); in bm0_is_any_set()
668 bm2 = bm2_lookup_or_insert_exclusive(bm, address_msb(a1)); in bm_access_aligned_load()
684 bm2 = bm2_lookup_or_insert_exclusive(bm, address_msb(a1)); in bm_access_aligned_store()
700 bm2 = bm2_lookup(bm, address_msb(a)); in bm_aligned_load_has_conflict_with()
717 bm2 = bm2_lookup(bm, address_msb(a)); in bm_aligned_store_has_conflict_with()