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))
151 #define BITMAP1_UWORD_COUNT (1U << (ADDR_LSB_BITS - BITS_PER_BITS_PER_UWORD))
168 tl_assert(a < (1U << ADDR_LSB_BITS));
182 tl_assert(a < (1U << ADDR_LSB_BITS));
224 /* Lowest level, corresponding to the lowest ADDR_LSB_BITS of an address. */
499 * @param a1 client address shifted right by ADDR_LSB_BITS.
523 * @param a1 client address shifted right by ADDR_LSB_BITS.
558 * @param a1 client address shifted right by ADDR_LSB_BITS.
598 * @param a1 client address shifted right by ADDR_LSB_BITS.
634 * @param a1 client address shifted right by ADDR_LSB_BITS.