Home | History | Annotate | Download | only in drd

Lines Matching refs:ADDR_LSB_BITS

73 #define ADDR_LSB_BITS 12
80 #define ADDR_LSB_MASK (((UWord)1 << ADDR_LSB_BITS) - 1U)
110 { return a >> (ADDR_LSB_BITS + ADDR_IGNORED_BITS); }
127 return ((a1 << (ADDR_LSB_BITS + ADDR_IGNORED_BITS))
150 #define BITMAP1_UWORD_COUNT (1U << (ADDR_LSB_BITS - BITS_PER_BITS_PER_UWORD))
167 tl_assert(a < (1U << ADDR_LSB_BITS));
181 tl_assert(a < (1U << ADDR_LSB_BITS));
223 /* Lowest level, corresponding to the lowest ADDR_LSB_BITS of an address. */
498 * @param a1 client address shifted right by ADDR_LSB_BITS.
522 * @param a1 client address shifted right by ADDR_LSB_BITS.
557 * @param a1 client address shifted right by ADDR_LSB_BITS.
597 * @param a1 client address shifted right by ADDR_LSB_BITS.
633 * @param a1 client address shifted right by ADDR_LSB_BITS.