Lines Matching defs:addr
63 * @pe: addr of the page entry
64 * @src: src addr where to copy from
97 * @pe: addr of the page entry
98 * @addr: dst addr to write into pe
100 * @incr: increase next addr by incr bytes
108 uint64_t addr, unsigned count,
125 value = radeon_vm_map_gart(rdev, addr);
127 value = addr;
131 addr += incr;
144 * @pe: addr of the page entry
145 * @addr: dst addr to write into pe
147 * @incr: increase next addr by incr bytes
155 uint64_t addr, unsigned count,
167 value = addr;
173 ib->ptr[ib->length_dw++] = pe; /* dst addr */
182 addr += (ndw / 2) * incr;