Lines Matching defs:cpu
425 drm_public int amdgpu_bo_cpu_map(amdgpu_bo_handle bo, void **cpu)
437 *cpu = bo->cpu_ptr;
469 *cpu = ptr;
531 void *cpu,
540 if (cpu == NULL || size == 0)
553 if (cpu >= bo->cpu_ptr &&
554 cpu < (void*)((uintptr_t)bo->cpu_ptr + (size_t)bo->alloc_size))
561 *offset_in_bo = (uintptr_t)cpu - (uintptr_t)bo->cpu_ptr;
573 void *cpu,
580 args.addr = (uintptr_t)cpu;