new_iomap         366 drivers/gpu/drm/ttm/ttm_bo_util.c 	void *new_iomap;
new_iomap         380 drivers/gpu/drm/ttm/ttm_bo_util.c 	ret = ttm_mem_reg_ioremap(bdev, new_mem, &new_iomap);
new_iomap         387 drivers/gpu/drm/ttm/ttm_bo_util.c 	if (old_iomap == NULL && new_iomap == NULL)
new_iomap         396 drivers/gpu/drm/ttm/ttm_bo_util.c 		memset_io(new_iomap, 0, new_mem->num_pages*PAGE_SIZE);
new_iomap         423 drivers/gpu/drm/ttm/ttm_bo_util.c 			ret = ttm_copy_ttm_io_page(ttm, new_iomap, page,
new_iomap         425 drivers/gpu/drm/ttm/ttm_bo_util.c 		} else if (new_iomap == NULL) {
new_iomap         431 drivers/gpu/drm/ttm/ttm_bo_util.c 			ret = ttm_copy_io_page(new_iomap, old_iomap, page);
new_iomap         448 drivers/gpu/drm/ttm/ttm_bo_util.c 	ttm_mem_reg_iounmap(bdev, old_mem, new_iomap);