Home | History | Annotate | Download | only in drd

Lines Matching refs:ADDR_LSB_BITS

74 #define ADDR_LSB_BITS 12
81 #define ADDR_LSB_MASK (((UWord)1 << ADDR_LSB_BITS) - 1U)
111 { return a >> (ADDR_LSB_BITS + ADDR_IGNORED_BITS); }
128 return ((a1 << (ADDR_LSB_BITS + ADDR_IGNORED_BITS))
149 #define BITMAP1_UWORD_COUNT (1U << (ADDR_LSB_BITS - BITS_PER_BITS_PER_UWORD))
166 tl_assert(a < (1U << ADDR_LSB_BITS));
180 tl_assert(a < (1U << ADDR_LSB_BITS));
222 /* Lowest level, corresponding to the lowest ADDR_LSB_BITS of an address. */
497 * @param a1 client address shifted right by ADDR_LSB_BITS.
521 * @param a1 client address shifted right by ADDR_LSB_BITS.
556 * @param a1 client address shifted right by ADDR_LSB_BITS.
596 * @param a1 client address shifted right by ADDR_LSB_BITS.
632 * @param a1 client address shifted right by ADDR_LSB_BITS.