Home
last modified time | relevance | path

Searched refs:dobj (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_benchmark.c76 struct amdgpu_bo *dobj = NULL; in amdgpu_benchmark_move() local
110 r = amdgpu_bo_create(adev, &bp, &dobj); in amdgpu_benchmark_move()
114 r = amdgpu_bo_reserve(dobj, false); in amdgpu_benchmark_move()
117 r = amdgpu_bo_pin(dobj, ddomain); in amdgpu_benchmark_move()
122 r = amdgpu_ttm_alloc_gart(&dobj->tbo); in amdgpu_benchmark_move()
123 amdgpu_bo_unreserve(dobj); in amdgpu_benchmark_move()
127 daddr = amdgpu_bo_gpu_offset(dobj); in amdgpu_benchmark_move()
152 if (dobj) { in amdgpu_benchmark_move()
153 r = amdgpu_bo_reserve(dobj, true); in amdgpu_benchmark_move()
155 amdgpu_bo_unpin(dobj); in amdgpu_benchmark_move()
[all …]
/dflybsd-src/sys/dev/drm/radeon/
H A Dradeon_benchmark.c90 struct radeon_bo *dobj = NULL; in radeon_benchmark_move() local
109 r = radeon_bo_create(rdev, size, PAGE_SIZE, true, ddomain, 0, NULL, NULL, &dobj); in radeon_benchmark_move()
113 r = radeon_bo_reserve(dobj, false); in radeon_benchmark_move()
116 r = radeon_bo_pin(dobj, ddomain, (u64 *)&daddr); in radeon_benchmark_move()
117 radeon_bo_unreserve(dobj); in radeon_benchmark_move()
125 dobj->tbo.resv); in radeon_benchmark_move()
136 dobj->tbo.resv); in radeon_benchmark_move()
153 if (dobj) { in radeon_benchmark_move()
154 r = radeon_bo_reserve(dobj, false); in radeon_benchmark_move()
156 radeon_bo_unpin(dobj); in radeon_benchmark_move()
[all …]
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dsimple-object-common.h147 simple_object_write *dobj,
H A Dsimple-object-elf.c1079 simple_object_write *dobj, in simple_object_elf_copy_lto_debug_sections() argument
1087 (struct simple_object_elf_write *) dobj->data; in simple_object_elf_copy_lto_debug_sections()
1330 dest = simple_object_write_create_section (dobj, pfnname[i - 1], in simple_object_elf_copy_lto_debug_sections()
1506 errmsg = simple_object_write_add_data (dobj, dest, in simple_object_elf_copy_lto_debug_sections()
/dflybsd-src/contrib/binutils-2.34/libiberty/
H A Dsimple-object-common.h147 simple_object_write *dobj,
H A Dsimple-object-elf.c1087 simple_object_write *dobj, in simple_object_elf_copy_lto_debug_sections() argument
1095 (struct simple_object_elf_write *) dobj->data; in simple_object_elf_copy_lto_debug_sections()
1338 dest = simple_object_write_create_section (dobj, pfnname[i - 1], in simple_object_elf_copy_lto_debug_sections()
1534 errmsg = simple_object_write_add_data (dobj, dest, in simple_object_elf_copy_lto_debug_sections()