Home | History | Annotate | Download | only in drd

Lines Matching full:address

39  * reserved per 32 bit address: one bit that indicates that the data at the
40 * specified address has been read, and one bit that indicates that the data
46 * | Address MSB | Address LSB | Ignored bits |
48 * | Address MSB | UWord MSB | UWord LSB | Ignored bits |
54 /* Address MSB / LSB split. */
57 /** Number of least significant address bits that are ignored. */
71 * Number of bits assigned to the least significant component of an address.
76 * Mask that has to be applied to an address of type Addr in order to
77 * compute the least significant part of an address split, after having
78 * shifted the address bits ADDR_GRANULARITY to the right.
82 /** Compute least significant bits of an address of type Addr. */
88 * Compute the first address for which address_lsb() is equal to
98 * Compute the first address for which address_lsb() is greater than
107 /** Compute most significant bits of an address of type Addr. */
120 * Convert LSB and MSB back into an address.
150 /** Number of UWord's needed to store one bit per address LSB. */
162 * @param a Address shifted right ADDR_IGNORED_BITS bits.
176 * @param a Address shifted right ADDR_IGNORED_BITS bits.
188 * Compute the highest address lower than a for which
191 * @param a Address.
200 * First address that will go in the UWord past the one 'a' goes in.
202 * @param a Address.
224 /* Lowest level, corresponding to the lowest ADDR_LSB_BITS of an address. */
239 /** Set the bit corresponding to address a in bitmap bm0. */
266 /** Clear the bit corresponding to address a in bitmap bm0. */
300 /** Test whether the bit corresponding to address a is set in bitmap bm0. */
495 * Look up the address a1 in bitmap bm and return a pointer to a potentially
499 * @param a1 client address shifted right by ADDR_LSB_BITS.
520 * Look up the address a1 in bitmap bm and return a pointer to a second
523 * @param a1 client address shifted right by ADDR_LSB_BITS.
555 * Insert an uninitialized second level bitmap for the address a1.
558 * @param a1 client address shifted right by ADDR_LSB_BITS.
594 * Look up the address a1 in bitmap bm, and insert it if not found.
598 * @param a1 client address shifted right by ADDR_LSB_BITS.
631 * Look up the address a1 in bitmap bm, and insert it if not found.
634 * @param a1 client address shifted right by ADDR_LSB_BITS.