Lines Matching refs:bo_mc

318 	uint64_t bo_mc;  in amdgpu_memory_alloc()  local
325 &bo_mc, &va_handle); in amdgpu_memory_alloc()
327 gpu_mem_free(bo, va_handle, bo_mc, 4096); in amdgpu_memory_alloc()
334 &bo_mc, &va_handle); in amdgpu_memory_alloc()
336 gpu_mem_free(bo, va_handle, bo_mc, 4096); in amdgpu_memory_alloc()
342 0, &bo_mc, &va_handle); in amdgpu_memory_alloc()
344 gpu_mem_free(bo, va_handle, bo_mc, 4096); in amdgpu_memory_alloc()
351 &bo_mc, &va_handle); in amdgpu_memory_alloc()
353 gpu_mem_free(bo, va_handle, bo_mc, 4096); in amdgpu_memory_alloc()
860 uint64_t bo_mc; in amdgpu_command_submission_write_linear_helper() local
892 &bo_mc, &va_handle); in amdgpu_command_submission_write_linear_helper()
906 pm4[i++] = 0xffffffff & bo_mc; in amdgpu_command_submission_write_linear_helper()
907 pm4[i++] = (0xffffffff00000000 & bo_mc) >> 32; in amdgpu_command_submission_write_linear_helper()
918 pm4[i++] = 0xfffffffc & bo_mc; in amdgpu_command_submission_write_linear_helper()
919 pm4[i++] = (0xffffffff00000000 & bo_mc) >> 32; in amdgpu_command_submission_write_linear_helper()
936 amdgpu_bo_unmap_and_free(bo, va_handle, bo_mc, in amdgpu_command_submission_write_linear_helper()
967 uint64_t bo_mc; in amdgpu_command_submission_const_fill_helper() local
999 &bo_mc, &va_handle); in amdgpu_command_submission_const_fill_helper()
1012 pm4[i++] = 0xffffffff & bo_mc; in amdgpu_command_submission_const_fill_helper()
1013 pm4[i++] = (0xffffffff00000000 & bo_mc) >> 32; in amdgpu_command_submission_const_fill_helper()
1028 pm4[i++] = 0xfffffffc & bo_mc; in amdgpu_command_submission_const_fill_helper()
1029 pm4[i++] = (0xffffffff00000000 & bo_mc) >> 32; in amdgpu_command_submission_const_fill_helper()
1045 amdgpu_bo_unmap_and_free(bo, va_handle, bo_mc, in amdgpu_command_submission_const_fill_helper()
1302 uint64_t bo_mc; in amdgpu_userptr_test() local
1335 BUFFER_SIZE, 1, 0, &bo_mc, in amdgpu_userptr_test()
1339 r = amdgpu_bo_va_op(buf_handle, 0, BUFFER_SIZE, bo_mc, 0, AMDGPU_VA_OP_MAP); in amdgpu_userptr_test()
1347 pm4[i++] = 0xffffffff & bo_mc; in amdgpu_userptr_test()
1348 pm4[i++] = (0xffffffff00000000 & bo_mc) >> 32; in amdgpu_userptr_test()
1367 r = amdgpu_bo_va_op(buf_handle, 0, BUFFER_SIZE, bo_mc, 0, AMDGPU_VA_OP_UNMAP); in amdgpu_userptr_test()