| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ | 
| amdgpu_trace.h | 423 			     __field(u64, bo_size) 429 			   __entry->bo_size = amdgpu_bo_size(bo);
 431 	    TP_printk("list=%p, bo=%p, bo_size=%Ld",
 434 		      __entry->bo_size)
 458 			__field(u64, bo_size)
 465 			__entry->bo_size = amdgpu_bo_size(bo);
 471 			__entry->new_placement, __entry->bo_size)
 
 | 
| amdgpu_amdkfd_gpuvm.c | 423 	unsigned long bo_size = bo->tbo.mem.size;  local in function:add_bo_to_vm 431 		va += bo_size;
 438 			va + bo_size, vm);
 1251 	unsigned long bo_size = mem->bo->tbo.mem.size;  local in function:amdgpu_amdkfd_gpuvm_free_memory_of_gpu
 1261 				mem->va, bo_size);
 1291 		mem->va + bo_size * (1 + mem->aql_queue));
 1296 				entry, bo_size);
 1331 	unsigned long bo_size;  local in function:amdgpu_amdkfd_gpuvm_map_memory_to_gpu
 1359 	bo_size = bo->tbo.mem.size;
 1363 			mem->va + bo_size * (1 + mem->aql_queue)
 1463  unsigned long bo_size = mem->bo->tbo.mem.size;  local in function:amdgpu_amdkfd_gpuvm_unmap_memory_from_gpu
 [all...]
 | 
| amdgpu_amdkfd.c | 470 				  uint64_t *bo_size, void *metadata_buffer, 504 	if (bo_size)
 505 		*bo_size = amdgpu_bo_size(bo);
 
 | 
| amdgpu_amdkfd.h | 171 				  uint64_t *bo_size, void *metadata_buffer, 
 | 
| amdgpu_uvd.c | 133 	unsigned long bo_size;  local in function:amdgpu_uvd_sw_init 258 	bo_size = AMDGPU_UVD_STACK_SIZE + AMDGPU_UVD_HEAP_SIZE
 261 		bo_size += AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(hdr->ucode_size_bytes) + 8);
 266 		r = amdgpu_bo_create_kernel(adev, bo_size, PAGE_SIZE,
 
 | 
| amdgpu_vcn.c | 64 	unsigned long bo_size;  local in function:amdgpu_vcn_sw_init 161 	bo_size = AMDGPU_VCN_STACK_SIZE + AMDGPU_VCN_CONTEXT_SIZE;
 163 		bo_size += AMDGPU_GPU_PAGE_ALIGN(le32_to_cpu(hdr->ucode_size_bytes) + 8);
 169 		r = amdgpu_bo_create_kernel(adev, bo_size, PAGE_SIZE,
 
 | 
| amdgpu_gem.c | 232 	uint64_t size = args->in.bo_size; 737 		info.bo_size = robj->tbo.base.size;
 
 | 
| /src/sys/external/bsd/drm2/dist/include/drm/ttm/ | 
| ttm_bo_api.h | 447  * @bo_size: size of the buffer object in byte. 453 		       unsigned long bo_size,
 456 			   unsigned long bo_size,
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ | 
| vmwgfx_mob.c | 244 	unsigned long bo_size;  local in function:vmw_otable_batch_setup 253 	bo_size = 0;
 260 		bo_size += otables[i].size;
 263 	ret = ttm_bo_create(&dev_priv->bdev, bo_size,
 
 | 
| vmwgfx_scrn.c | 249 		sou->buffer_size = vps->bo_size; 393 	vps->bo_size = 0;
 423 		vps->bo_size = 0;
 432 		if (vps->bo_size == size) {
 442 		vps->bo_size = 0;
 464 	vps->bo_size = size;
 
 | 
| vmwgfx_fb.c | 51 	unsigned bo_size;  member in struct:vmw_fb_par 534 				par->bo_size < new_bo_size ||
 535 				par->bo_size > 2*new_bo_size,
 548 		par->bo_size = new_bo_size;
 
 | 
| vmwgfx_kms.h | 284  * @bo_size Size of the bo, used by Screen Object Display Unit 293 	unsigned long bo_size;  member in struct:vmw_plane_state
 
 | 
| vmwgfx_execbuf.c | 1530 	uint32_t bo_size;  local in function:vmw_cmd_dma 1549 	bo_size = vmw_bo->base.num_pages * PAGE_SIZE;
 1550 	if (unlikely(cmd->body.guest.ptr.offset > bo_size)) {
 1555 	bo_size -= cmd->body.guest.ptr.offset;
 1556 	if (unlikely(suffix->maximumOffset > bo_size))
 1557 		suffix->maximumOffset = bo_size;
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/radeon/ | 
| radeon_uvd.c | 75 	unsigned long bo_size;  local in function:radeon_uvd_init 191 	bo_size = RADEON_GPU_PAGE_ALIGN(rdev->uvd_fw->size + 8) +
 194 	r = radeon_bo_create(rdev, bo_size, PAGE_SIZE, true,
 
 | 
| /src/sys/external/bsd/drm2/dist/drm/ttm/ | 
| ttm_bo.c | 1443 		       unsigned long bo_size, 1446 	unsigned npages = (PAGE_ALIGN(bo_size)) >> PAGE_SHIFT;
 1457 			   unsigned long bo_size,
 1460 	unsigned npages = (PAGE_ALIGN(bo_size)) >> PAGE_SHIFT;
 
 | 
| /src/sys/external/bsd/drm2/dist/include/uapi/drm/ | 
| amdgpu_drm.h | 140 	__u64 bo_size;  member in struct:drm_amdgpu_gem_create_in 
 |