Home
last modified time | relevance | path

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

/external/valgrind/drd/
Ddrd_bitmap.h80 #define ADDR_LSB_MASK (((UWord)1 << ADDR_LSB_BITS) - 1U) macro
85 { return (a >> ADDR_IGNORED_BITS) & ADDR_LSB_MASK; } in address_lsb()
115 return ((a | ((ADDR_LSB_MASK << ADDR_IGNORED_BITS) | ADDR_IGNORED_MASK)) in first_address_with_higher_msb()
670 (a1 >> ADDR_IGNORED_BITS) & ADDR_LSB_MASK, in bm_access_aligned_load()
686 (a1 >> ADDR_IGNORED_BITS) & ADDR_LSB_MASK, in bm_access_aligned_store()