Searched refs:AGX_ALLOC_REGULAR (Results 1 – 3 of 3) sorted by relevance
35 AGX_ALLOC_REGULAR = 0, enumerator
61 …if (mmap_array[i].type == AGX_ALLOC_REGULAR && addr >= mmap_array[i].ptr.gpu && (addr - mmap_array… in agxdecode_find_mapped_gpu_mem_containing_rw()106 struct agx_bo *bo = agxdecode_find_handle(handle, AGX_ALLOC_REGULAR); in agxdecode_mark_mapped()
158 bo->type = AGX_ALLOC_REGULAR; in agx_bo_alloc()