Lines Matching defs:start
118 clif_dump_cl(struct clif_dump *clif, uint32_t start, uint32_t end,
121 struct clif_bo *bo = clif_lookup_bo(clif, start);
124 start);
128 void *start_vaddr = bo->vaddr + start - bo->offset;
142 bo->name, start - bo->offset);
146 while (clif_dump_packet(clif, start, cl, &size, reloc_mode)) {
148 start += size;
234 uint32_t start, uint32_t end)
236 for (int i = start; i < end; i++) {
242 out(clif, "@format blank %d /* [%s+0x%08x..0x%08x] */\n", end - start,
243 bo->name, start, end - 1);
247 /* Dumps the binary data in the BO from start to end (relative to the start of
252 uint32_t start, uint32_t end)
257 if (start == end)
260 if (clif_dump_if_blank(clif, bo, start, end))
264 bo->name, start);
266 uint32_t offset = start;
383 clif_dump_add_cl(struct clif_dump *clif, uint32_t start, uint32_t end)
386 clif_dump_add_address_to_worklist(clif, reloc_cl, start);