Lines Matching refs:agx_bo
51 struct agx_bo mmap_array[MAX_MAPPINGS];
54 struct agx_bo *ro_mappings[MAX_MAPPINGS];
57 static struct agx_bo *
68 static struct agx_bo *
71 struct agx_bo *mem = agxdecode_find_mapped_gpu_mem_containing_rw(addr); in agxdecode_find_mapped_gpu_mem_containing()
87 static struct agx_bo *
106 struct agx_bo *bo = agxdecode_find_handle(handle, AGX_ALLOC_REGULAR); in agxdecode_mark_mapped()
169 __agxdecode_fetch_gpu_mem(const struct agx_bo *mem, in __agxdecode_fetch_gpu_mem()
223 agxdecode_dump_bo(struct agx_bo *bo, const char *name) in agxdecode_dump_bo()
237 struct agx_bo *alloc = agxdecode_find_mapped_gpu_mem_containing(va); in agxdecode_stateful()
431 struct agx_bo *mem = agxdecode_find_mapped_gpu_mem_containing(cmd.data); in agxdecode_cmd()
453 struct agx_bo *cmdbuf = agxdecode_find_handle(cmdbuf_handle, AGX_ALLOC_CMDBUF); in agxdecode_cmdstream()
454 struct agx_bo *map = agxdecode_find_handle(map_handle, AGX_ALLOC_MEMMAP); in agxdecode_cmdstream()
504 struct agx_bo *map = agxdecode_find_handle(map_handle, AGX_ALLOC_MEMMAP); in agxdecode_dump_mappings()
524 agxdecode_track_alloc(struct agx_bo *alloc) in agxdecode_track_alloc()
529 struct agx_bo *bo = &mmap_array[i]; in agxdecode_track_alloc()
538 agxdecode_track_free(struct agx_bo *bo) in agxdecode_track_free()