Lines Matching defs:mapped
1339 pr_debug("prange 0x%p [0x%lx 0x%lx] not mapped to GPU\n",
1407 * that can be mapped with a single call to update mapping.
1658 * If prange is already mapped or with always mapped flag,
1921 bool mapped = prange->mapped_to_gpu;
1926 mapped = true;
1936 if (!mapped)
2769 pr_debug("[0x%llx 0x%llx] already userptr mapped\n",
3222 * svm_range_check_vm - check if virtual address range mapped already
3226 * @bo_s: mapping start address in pages if address range already mapped
3227 * @bo_l: mapping last address in pages if address range already mapped
3235 * Return 0 - OK, if the range is not mapped.
3237 * -EADDRINUSE - if address is mapped already by kfd_ioctl_alloc_memory_of_gpu
3263 pr_debug("range [0x%llx 0x%llx] already TTM mapped\n",